gcarq / inox-patchset

Inox patchset tries to provide a minimal Chromium based browser with focus on privacy by disabling data transmission to Google.
BSD 2-Clause "Simplified" License
365 stars 25 forks source link

Enhacement: Mark as secure dark sites #71

Closed nyancat18 closed 7 years ago

nyancat18 commented 7 years ago

sites from tor: mark as secure (just like https) if the domain is .onion i2p: mark as secure (just like https) if the domain is .i2p freenet: mark as secure (just like https) if the url begins with localhost:8888 zeronet: mark as secure (just like https) if the url begins with localhost:43110

would be extremely pretty

gcarq commented 7 years ago

Won't fix. A specific TLD or a host identifier does not make a connection secure.