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

Unable to use Exchange online in Chrome to apply changes. keeps showing critical error

I've searched for similar problems and still can't find one solution. This issue started yesterday, then I got an update this morning from chrome. I was thinking the update would solve the problem but apparently it still persists. Every time I try…
0
votes
1 answer

Windows 10 1809 cannot retain default browser after restart

We are on a domain with Win10 1809 v.10.0.17763.720. The original WIM file has Chrome set as the default browser. But every time a system restarts, it reverts back to IE11. I have checked the DefaultAppAssociation.xml and…
Cruz Gonzalez
0
votes
0 answers

Firefox and Chrome headless mode not working on VPS (Ubuntu 18.04 LTS) with Python/Selenium

I am trying to get Chrome running in headless mode with Python, but for some reason I only get a blank page back no matter what website I try to read. Google Chrome: v77 Chromedriver: latest version (tried older versions as well) OS: Ubuntu 18.04.3…
0
votes
0 answers

Chrome err_spdy_protocol_error and Firefox using spdy without according headers

On Chrome, when calling my webpage, I get a err_spdy_protocol_error page. Also, an nginx ssl handshake error is thrown. This got me thinking, why is Chrome using SPDY to call my page and why does it fail? Furthermore, I´ve noticed that, while the…
3x071c
  • 113
  • 8
0
votes
1 answer

Chrome google certificate with deep inspection

I enabled deepinspection from my firewall for HTTPS connections using a company root CA. It is well working for all sites and browsers but I found a strange behaviour by Google Chrome. When I open google site using Chrome, the certificate is still…
Tobia
  • 1,272
  • 9
  • 41
  • 81
0
votes
1 answer

Non-Latin characters not showing in headless Chrome on Ubuntu Server

When I visit a site in Chrome, it shows non-Latin characters just fine. However, when I run the same site in headless Chrome on Ubuntu Server and view the site via the debugger on port 9222, then all characters show as empty rectangles []. This…
0
votes
0 answers

Apache serves disabled virtualhost to chromium instead of correct one

I have an Apache server in an local Ubuntu 18.04 test environment. In /var/www I have the folders htmlcontaining the default site and wordpress containing a Wordpress installation. I created a virtualhost for Wordpress and disabled the default…
0
votes
1 answer

serving a WordPress website downloaded from Chrome?

I used Chrome to download a website (using "Menu -> More tools -> Save page as ...".); I want to ftp the html file (renamed to index.html) and the files folder into a static http server and have a working web page. Will this work? (Note, I'm helping…
earlio
  • 101
0
votes
0 answers

IIS 8 not serving HTTPS Securely for chrome (even with legit certificate)

I am developing an Angular 6 PWA served on IIS 8 (windows server 2012 R2) but i am facing various issues with https certificates: google chrome (both the android and desktop version) warns me that the cipher i use it's obsolete (i already tried to…
illeb
  • 101
  • 2
0
votes
1 answer

How to configure nginx cache to help Chrome browser

I have an issue where Chrome browsers do not reload updated javascripts. This is because, in Chrome, the request is never sent to the server. The other browsers I support (Firefox, Edge, Safari) work fine; this appears to be because they send an…
minisaurus
  • 113
  • 1
  • 7
0
votes
0 answers

Alerting users which proxy they are using (in browser)

I have a development network where users can use one of three proxies to browse from different places. Its easy enough to get a plugin for browsers to let users switch but its hard to help users not browse out of the wrong one and get confused. I…
zuzzy
  • 101
  • 1
0
votes
1 answer

Self-Signed Certificate working in OS X but not Windows

Im trying to create a self-signed certificate to use a HTTPS connection to access my internal site (jira.intranet.com). I have successfully followed this article…
0
votes
1 answer

How does "Disable cache" work?

I have a website managed by CloudFlare and its CDN. when we choose Disable cache in Dev Tools of Google Chrome like here, by definition the browser refreshes static files. However, I would like to know whether the browser refreshes static files…
Thomas
  • 223
  • 1
  • 3
  • 11
0
votes
1 answer

Command line argument to change security settings for running IE-instance only

Just curious to know: How to Enable ->Access data sources across domain<- in IE, using CMD only and NOT by changing the registry or group-policy. I know that the following command works for the Google-Chrome-Browser: chrome.exe…
0
votes
1 answer

Unable to Update Chromedriver on Centos 7

I have chromedriver installed via yum using the below setup. Chromedriver still shows up as version 2.30 whereas the latest version available is 2.36, is there any way to check what version is in the repo or can I manually update the chromedriver…
llanato
  • 211
  • 2
  • 4
  • 12