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.

257 questions
9
votes
2 answers

Where Do I Find The Update URL For Google Chrome Extensions?

I'm trying to setup group policy for Google Chrome (http://support.google.com/installer/bin/answer.py?hl=en&answer=146164) particularily I'm working on setting up the Configuring the list of force-installed extensions. I can find the extension ID by…
Mike Hagstrom
  • 195
  • 1
  • 3
  • 11
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
8
votes
1 answer

Chrome makes way too many requests (~22000) while downloading MP4 video (~34MB)

We host some video files (mp4) on our site. All the files are loaded way too slow in Google Chrome, in FF everything is OK. I tested downloading of a file with size of 34MB (I opened the file by a direct link). The results are: Chrome made…
Vasily
  • 211
  • 1
  • 6
8
votes
7 answers

Chrome slow over https sites, particularly internal ones

We are trying to deploy Google Chrome across our corporate network, but we're finding that it takes 2-4X longer to load an https page (particularly our own internal ones) compared to IE. Has anyone experienced this and found a fix? Update Based on…
Beep beep
  • 1,833
  • 2
  • 18
  • 33
7
votes
1 answer

nginx conf: http2 module not working in Chrome in ubuntu 18.04

I'm trying to setup the http2 module in nginx on a fresh Ubuntu 18.04 vps. Http2 works fine in Firefox (I checked the response headers). Some third party websites indicate that my http2 configuration is…
ling
  • 303
  • 1
  • 2
  • 13
7
votes
1 answer

Is is possible to disable Certificate Transparency (audit log checking) of certificates in Chrome?

We utilize HTTPS deep packet inspection in our firewall via a trusted root certificate in the Windows certificate store. Chrome recently pushed forward with a feature to perform additional checks on certificate issuance called Certificate…
brandeded
  • 1,845
  • 8
  • 32
  • 50
7
votes
2 answers

Correct way to update Google Chrome MSI through Group Policy

I am deploying Chrome through group policy. This is working fine. Obviously Chrome has a pretty regular update cycle. I am not allowing Domain Users to install Chrome updates. Having subscribed to the release blog, and downloaded/tested a new…
7
votes
5 answers

Synchronize Chrome bookmarks across multiple machines

Update: no longer relevant, please vote to close. We all know and love xmarks for keeping Firefox bookmarks sync'd across computers, but... Almost everyone at our company has switched to Chrome. Has anyone found any tools to synchronize users'…
Portman
  • 5,271
  • 4
  • 28
  • 31
7
votes
2 answers

Integrated Windows Authentication with Chrome and FireFox

I have a webapplication which uses claims based authentication. The STS is ADFS 2.0. When I am in the intranet and use IE, IWA is used and no login dialog appears. When I am on the internet zone, the Forms based authentication of ADFS is used. Just…
Jaap
  • 241
  • 1
  • 3
  • 8
6
votes
1 answer

why Chrome browser doesn't recognize my nginx http2 server?

I setup my Nginx conf as per Digital Ocean paper, and now http2 is available... But in Chrome (Version 54.0.2840.98 (64-bit)) Dev tool, it's always on HTTP 1/1 : NAME METHOD STATUS PROTOCOL shell.js?v=xx.. GET 200 …
erwin
  • 171
  • 1
  • 1
  • 7
6
votes
2 answers

Wildcard *.localhost SSL with Nginx and Chrome

I've attempted to set up a wildcard *.localhost for HTTP and HTTPS with Nginx proxying requests to localhost:3000. DNSmasq is used for resolving *.localhost to 127.0.0.1. Everything works fine for HTTP, but HTTPS connections receive the following…
thomasfedb
  • 455
  • 5
  • 14
6
votes
1 answer

Installing Google Chrome on Amazon Linux

I am trying to install the latest version of Google Chrome on Amazon Linux using yum. As far as I can tell Amazon Linux is based on RHEL/Centos however, it doesn't look like Google support this directly anymore. I followed the instructions from…
Marc Thomas
  • 169
  • 1
  • 1
  • 3
6
votes
3 answers

Why does Chrome on 1 computer say my certificate is invalid/insecure?

I have a wildcard domain certificate from StartSSL for a site (https://later.webblocks.nl/). When I check it in any browser on my home PC, it's all good. (Green lock in Chrome.) When I check it in Chrome on my work PC, it's not good: The page loads…
Rudie
  • 337
  • 1
  • 3
  • 14
5
votes
1 answer

Chrome desktop and android refuses to accept trusted self-signed cert

I created a self-signed certificate using the following command using OpenSSL 1.1.1b (26 Feb 2019): openssl req -nodes -new --days 900 -subj /CN=192.168.0.104:8080 -x509 -keyout server.key -out server.crt I then used windows mmc imported the…
B T
  • 155
  • 2
  • 8
5
votes
1 answer

How to prevent browser password prompts when no Active Directory single-sign-on?

We have single-sign-on working on an internal website, with Apache and mod_auth_kerb ... except users without the relevant browser config are getting password prompts instead of an error page. Users who have tweaked their web browser config to allow…
Smylers
  • 155
  • 6
1
2
3
17 18