Google Chrome being blocked by company firewall

9

2

Yesterday I could use Google Chrome at work to access the internet and today it is being blocked by the firewall with an access denied error. IE and Firefox work fine from the same machine. Is there a way I can easily unblock Chrome so it works again?

reyn0

Posted 2009-07-23T03:49:51.813

Reputation: 93

1What's the point of blocking Chrome ? If at all, they should block MS Internet Exploder – Quandary – 2010-02-27T09:22:59.270

Excuse me for asking, but do your IT dept, have a valid reason for blocking Chrome Specifically? – JL. – 2009-09-29T07:03:17.250

Answers

14

The blocking is probably being done using the browsers user agent string. You can change the user agent string using the --user-agent command line argument to impersonate IE8, for example use the following.

"C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\chrome.exe" --user-agent="Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)"

This of course assumes they are allowing IE8 :-)

However, even if this works, you should check your companies support policies as you may be breaching them.

Bruce McLeod

Posted 2009-07-23T03:49:51.813

Reputation: 5 490

2

A lot of places have a proxy server that you have to use to access the internet, if it's site in IE and Firefox but not Chrome, you'd not be able to get online. Check in Firefox's settings to make sure..

Dentrasi

Posted 2009-07-23T03:49:51.813

Reputation: 10 115

I has nothing to do with the proxy settings. – reyn0 – 2009-07-24T00:22:49.297

If I remember correctly, Chrome uses the system's proxy settings - the same ones that IE uses. – user1686 – 2009-07-23T12:14:28.857

0

If Chrome is blocked but you need to use the Webkit engine to test websites, check out the Iron browser.

Iron is based on the same source code but doesn't transmit information to Google, nor does it automatically update. Those two things may be part of the problem with why Chrome has been blocked. You will still want to run it by your IT department.

Broam

Posted 2009-07-23T03:49:51.813

Reputation: 3 831