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
1
vote
0 answers

How can I monitor use of Chrome Remote Desktop?

I started using Chrome Remote Desktop via https://remotedesktop.google.com/ recently. I set up remote access to a number of computers in an office I'm supporting. I'd like to promote it as a good way for others to access computers remotely as…
Matt McClure
  • 337
  • 3
  • 11
1
vote
1 answer

Where are 'DeviceContext' claims when using alternate browser in ADFS 4.0?

I know this is probably not the best place to ask this question. But, after days of working on this, and having posted in the Microsoft Forum, I'm at my wits end. We are utilizing a hybrid ADFS 4.0 (Server 2016) / Azure AD / Office 365 setup with…
1
vote
2 answers

What are possible issues with Chrome-like self-updating application for administrators

Administrators of organization computers are often very careful about what they allow to be installed on computers. They often disable automatic updates, and instead vet the updates manually and push them to computers if they are sure it didn't…
Euphoric
  • 113
  • 4
1
vote
1 answer

Authenticate to LXD rest API over network , certificate auth keeps failing

I am trying to access LXD REST API over the Network. Followed : Link to Doc. lxc config set core.https_address "[::]:8443" lxc config set core.trust_password curl -s -k --cert ~/.config/lxc/client.crt --key…
1
vote
0 answers

“Server DNS address could not be found, ERR_NAME_NOT_RESOLVED” but site IS online…

One of the websites we host through Flywheel was giving my team (we all work at the same location) this error: This site can’t be reached server DNS address could not be found. ERR_NAME_NOT_RESOLVED HOWEVER, the site WAS actually online and…
1
vote
1 answer

Can't Get Any Browser to Prompt for A Client Certificate (Certificates on Apache)

I want Apache to verify clients' certification before authorizing the user to proceed to the website. In Chrome my error is: 192.168.2.57 didn’t accept your login certificate, or one may not have been provided. Try contacting the system…
1
vote
1 answer

How do I redirect the Google Chrome appdata/local folder?

The users in our domain use Roaming profiles. Unfortunately Google Chrome saves bookmarks in the Appdata/local folder. This results in Chrome "forgetting" the set homepage & bookmarks every time a user relogs. I downloaded the Chrome ADMX files for…
Kevv
  • 111
  • 2
  • 2
  • 11
1
vote
0 answers

Unable to generate and import user certificate from ADCS in Chrome

We are using Certificate Based Authentication using ADCS. So in order for user to access an internal website, they need their own signed certificate. With ADCS, the user gets their signed certificate in form of CRT files ( user1.crt ) which they can…
zealvora
  • 81
  • 2
  • 9
1
vote
0 answers

Chrome issues with Roaming Profiles: Not shutting down propely

Has anyone ran into similar issues and have been able to work it out ? Many of our roaming profile users ran into the following: When logging in, they have to open task manager and close chrome before starting it. Bookmarks, etc, aren't saved after…
Jason Staples
  • 117
  • 1
  • 1
  • 9
1
vote
0 answers

Google Chrome Does Not Load H264 Decoders when being started with startx on boot

I am trying to launch google chrome via startx on boot with systemd to create an Ubuntu 16.04 browser kiosk. Everything works great, except I am unable to play any videos in the browser. When I log into the user on the device and force launch chrome…
elfisher
  • 111
  • 1
1
vote
1 answer

Create a chrome link that opens on multiple terminal servers

I've installed Chrome using the stand alone client and all users can see and access chrome. Now I'm trying to create a link and save it in a share for the end users to access. I can only open the link on the server that I created it on. If I try to…
1
vote
0 answers

Benchmarking websites via a browser to check loading times of a server?

I'm looking for a benchmarking tool to help find out the loading times of a website, I what to be able to run it like 250 times automatically to work out if a series of changes improves things or not. I tried to use the tool…
Ryflex
  • 139
  • 1
  • 11
1
vote
2 answers

Chrome Group Policy - disable spell check

I need to disable spell check in Google Chrome on our terminal servers. I have setup the group policies but the only setting I can find is for SpellCheckServiceEnabled which isn't the spell check, its just whether the spell check can search the…
Gre
  • 85
  • 4
  • 13
1
vote
2 answers

cannot identify YouTube traffic with ndpi-netfilter, when using Google Chrome

I have ndpi-netfilter installed on Ubuntu and I need to shape the youtube traffic to 100kbps using tc module. I classify all youtube traffic to a one class through the iptables and apply tc class to shape the traffic. It works fine when I use…
1
vote
0 answers

Intermittent ERR_INVALID_CHUNKED_ENCODING

I have a Node.js application running in two AWS instances behind a ELB instance. Every now and then, I get errors such as ERR_INVALID_CHUNKED_ENCODING or ERR_CONTENT_LENGTH_MISMATCH. This is observed in both Chrome and Safari in Mac. The behavior is…