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
2
votes
1 answer

What options exist to prevent Google Chrome Frame from rendering external URLs?

What options exist to prevent Google Chrome Frame (GCF) from rendering external URLs? I'd like to deploy GCF within our organization to allow some intranet sites to use modern html features. How can we ensure that all external internet sites…
Scott Weinstein
  • 315
  • 4
  • 10
2
votes
3 answers

Apache returns the perl script source instead of execute the script when the request comes from chrome

I've just finish to install awstats on my web server, and it runs fine using firefox. But when I try to open the awstats page with chrome, the perl source script is downloaded (instead of being executed). it seems the MIME requested by Chrome gave a…
Kartoch
  • 233
  • 4
  • 14
2
votes
2 answers

vqadmin "invalid language file" with google chrome

We have been running our qmail setup for awhile with no issues. One of our admins has moved to Google Chrome as his main browser and we have noticed something odd. No matter what, when he loads the vqadmin page it errors on him with simply invalid…
Unfundednut
  • 372
  • 4
  • 17
2
votes
4 answers

Auto-detect proxy settings for the network

Firefox browser contains network settings under Tools-->Options-->Advanced-->Network-->Settings and there is an option to do auto detect proxy settings, how should I enable this? Currently this is manually configured and its possible for users to…
user42891
  • 241
  • 1
  • 3
  • 10
2
votes
2 answers

Feedback on Using Chrome on RDS Hosts

How well does Chrome work on RDS hosts? I'm looking for feedback on replacing Internet Explorer 11 with Chrome in an RDS environment. I have a system that uses Internet Explorer 11 in a terminal services environment. There are two RDS hosts and…
1
vote
1 answer

How to remember a choice to launch an application via Google Chrome 77

Prior to version 77, Google Chrome includes an "Always open these types of links in the associated app" checkbox in the dialog initially presented to the user after clinking the link the first time. But with versions 77 and beyond, there is no…
Snaps-a-Lot
  • 56
  • 1
  • 5
1
vote
0 answers

Enrol Chrome Browser via InTune

I'm having difficulty enrolling Chrome Browsers for management via Gsuite Admin on machines managed by InTune MDM. I've tried following this guide, to set the CloudManagementEnrollmentToken via the OMA-URI value, but the application of the profile…
1
vote
1 answer

When trying to setup secure proxy connection Chrome responds with ERR_PROXY_CERTIFICATE_INVALID

Chrome is on Windows 7, proxy - Squid on Ubuntu. I am using self signed certificate, its CA have been already added to trusted so certificate is shown as trusted by Windows, too. Cname in certificate is set to proxy IP adress. But Chrome keeps…
user534917
  • 11
  • 2
1
vote
1 answer

What can the cause be of very sporadic "ERR_CERT_AUTHORITY_INVALID" message?

Our platform has 10.000s weekly users, but now I get from a (B2B) client that one of their subclients got the "invalid certificate" message on our platform. They attached the screenshot as proof. Now I found this answer:…
1
vote
2 answers

Controlling Chrome extensions

If you have a Chrome Extension (i.e. IETab) that requires a lot of permissions for all sites you visit (such as "tabs", "webRequest" and "webNavigation"). Is it possible with GPO or registry settings to restrict which sites this extension is allowed…
invictus
  • 135
  • 1
  • 10
1
vote
2 answers

Create "Default keyring" from command line on CentOS 7

I have a CentOS 7.4 machine that I need to start in kiosk mode. There is a touch screen attached to that machine and on boot, google chrome must start in full screen and load a certain web page. What I did so far was the following: installed google…
Ciprian Stoica
  • 147
  • 2
  • 10
1
vote
0 answers

How can I add multiple Search Engines to choose from in Chrome Enterprise?

In Chrome Enterprise you can specify the default search engine via GPO, and with the DefaultSearchProviderEnabled option you can prevent the users from overriding or changing that default search engine. Now, is it possible to add another search…
1
vote
0 answers

Google Chrome GPO/GPM (ADMX) allow themes only + whitelisted extensions installation

In Windows domain (AD -> GPM), I've been playing around with Google Chrome ADMX to achieve both the following: users can install any template (visual, look) users cannot install any extension except for those whitelisted I am not successful :( I…
crysman
  • 141
  • 1
  • 1
  • 6
1
vote
1 answer

ERR_SSL_VERSION_OR_CIPHER_MISMATCH with Chrome and Firefox

I have an ASP.NET application deployed in IIS on Windows Server 2012 R2, with an HTTPS binding configured. The SSL certificate is valid and up-to-date. When connecting to the web site from multiple Windows 7 and Windows 10 clients with Chrome and…
Mathieu Renda
  • 111
  • 1
  • 2
1
vote
1 answer

Moved from ec2 to S3 static hosting breaks Chrome DNS resolution

I migrated an old website to a static version of it. Everything was hosted on EC2 and the Route53 hosted zone was configured like this : A record for exemple.com pointing to ec2 instance IP CNAME record for www.example.com pointing to…