Some ports generate an error when browsing to them via Chrome (see this related question). Which ports are considered safe, and which are unsafe by default?
The following is a list of all of the restricted ports on Chrome:
Source: Chrome source. |
|||||||||||||
|
The reason it's called unsafe is not because it's unsafe to Chrome, it's because it's unsafe to those services, where an attacker may try to use Chrome as a proxy to attacking services on those ports. More explanation here: http://jazzy.id.au/default/2012/08/23/why_does_chrome_consider_some_ports_unsafe.html |
|||
|
by default web services normally run on port 80 and SSL encrypted traffic runs on port 443 so these should be "safe" ports. This is typically known as "default ports" or "well known ports". "safe" seems to be a chrome-ism :) "safe" is a bit meaningless though. If it runs on anouther port its more likely to be dodgy traffic, but just because its on port 80 dosent mean it wont install malware and etc on your pc. |
|||||||||
|