Questions tagged [google-chrome]

Chrome is Google's web browser for Windows, OS X, and Linux.

Chrome is driven by the WebKit engine as well as Google's custom written JavaScript engine. The Google-authored components of Chrome were open-sourced under the name Chromium using the BSD license.

It is one of the most widely adopted browsers globally, comparable with Internet Explorer, Firefox, and Safari. It follows a rapid-release schedule that sees the major version number increase rapidly, usually over the course of week, rather than over the course of years like many traditional software release schedules.

251 questions
50
votes
7 answers

Chrome S3 Cloudfront: No 'Access-Control-Allow-Origin' header on initial XHR request

I have a webpage (https://smartystreets.com/contact) that uses jQuery to load some SVG files from S3 through the CloudFront CDN. In Chrome I will open an Incognito window as well as the console. Then I will load the page. As the page loads, I will…
SunSparc
  • 968
  • 3
  • 10
  • 23
39
votes
9 answers

Why does typing an IP address instead of the corresponding domain name not show the website?

> host example.com example.com has address 93.184.216.34 example.com has IPv6 address 2606:2800:220:1:248:1893:25c8:1946 I type 93.184.216.34 instead of http://example.com in Chrome. It doesn't load the website. Why?
PerrierCitror
  • 525
  • 1
  • 4
  • 5
37
votes
5 answers

How can I fix this Windows 2012 Dashboard Error : Google Update Service

I just installed a fresh new Windows 2012 x64 Virtual Machine. The very first thing I did was install Google Chrome. When I went to the Dashboard, I get the following error (or it's made to look like an error). So, Anyone know what this error is…
Pure.Krome
  • 6,338
  • 17
  • 72
  • 86
30
votes
2 answers

Site is accessible by domain in all browsers but Chrome

I'm trying to set up a website using an Ubuntu machine running nginx. For some reason, I'm able to access the site by the domain name in Safari and Firefox, but in Chrome it's unable to access the server. However, I'm able to use curl, Postman, etc.…
Andrew Gwilliam
  • 410
  • 4
  • 6
28
votes
6 answers

Google Chrome: passthrough Windows authentication

The I.T. dept is considering allowing installation and automated deployment of Google Chrome browser to 100+ desktops. One of the requirements is for domain credentials to be passed through. The desired behaviour is the same as Internet Explorer. An…
21
votes
3 answers

Chrome reports ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY connecting to local web server over HTTPS

Summary Chrome is reporting ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY when I try and connect to my local web server over HTTPS. I am almost certain this problem has to do with my recent Windows 10 upgrade, but I don't know how to fix it. What…
NathanAldenSr
  • 365
  • 1
  • 2
  • 10
15
votes
2 answers

How can I customize the default settings when deploying Google Chrome for Business?

I want to be able to deploy Google Chrome for Business in my organization without any extra shortcuts being created and without any first-run prompts. The Chrome for Business installer is a Windows Installer file (MSI), but it is just a wrapper…
Jay Michaud
  • 3,947
  • 4
  • 21
  • 36
15
votes
3 answers

Why does Android Chrome say my site's security certificate is not trusted?

My site is https://blendbee.com. It's using a PositiveSSL certificate that is valid. In Windows 8 Chrome the certificate is fine (green lock in top left corner). But...on my Android, it's not so fine. Screenshot: …
Kane
  • 262
  • 1
  • 2
  • 10
15
votes
2 answers

OpenSSL returns different SSL certificate to that shown by Chrome

When querying Sparkfun's CDN url using OpenSSL with the following command: openssl s_client -showcerts -connect dlnmh9ip6v2uc.cloudfront.net:443 The common name returned in the certificate is *.sparkfun.com, which fails to verify, but if you load…
Geoffrey
  • 63
  • 2
  • 14
12
votes
1 answer

Refused to frame '' because it violates the following Content Security Policy directive: "frame-src *"

I have found many solutions to various situations with "refused to xyz" due to Content-Security-Policy Settings. However I can't seem to find what might be wrong if '' gets refused. The literal error message in the browser is Refused to frame ''…
Worp
  • 287
  • 1
  • 4
  • 15
12
votes
3 answers

How to debug pac file in chrome without alert function?

I recently experienced a problem with a new pac file with chrome, (same pac file with IE and Firefox works). I supposed that my problem is due to myIpAddress() function, see this post, which do not return my main ip address. I would like to make…
Antoine
  • 305
  • 1
  • 3
  • 11
12
votes
1 answer

How to use Chrome's CRL sets (or some master CRL list) as a CRL file?

I am looking for a master CRL list. The closest thing I have found is the Chromium project's CRLSets. I used crlset-tools to get the crlset (crlset fetch > crl-set) and then dumped the serial numbers (crlset dump crl-set) so I see something like…
test
  • 317
  • 1
  • 2
  • 7
11
votes
10 answers

Google Chrome Enterprise - Any Gotchas?

Has anyone rolled out Google Chrome to a medium / large organisation? I would like to suggest it to our management (because I think it would work very nicely with some of our intranet applications), and I would like to find out what problems (if…
AJ.
  • 383
  • 5
  • 12
9
votes
1 answer

how to configure IIS 7 so partial content requets/range requests on mp4 static files work.

I need help on how to setup IIS 7 so it can handle partial requests/range requests for serving mp4 files so Chrome can position seek and loop video. From what I have read IIS is supposed to support this out of the box, but my setup does not appear…
axawire
  • 91
  • 1
  • 3
9
votes
2 answers

Free, web based alternative to Visio?

I have used Visio to map out my network structure, and have used the export function to create an HTML page that is searchable by IP, hostname etc. This is a really nice tool and I use it often. However, I would like for users who do not use…
Lars
1
2 3
16 17