Skip to content

NotaseCretagen/hsts-everywhere-chrome

 
 

Repository files navigation

hsts-everywhere-chrome

Forces Chrome/Chromium to use HTTP Strict Transport Security on all HTTPS connections, for all subdomains of the specific hostname you're trying to connect to. Also forces https on all urls, blocks http(but can allow it if you set a var). Can force disable HSTS, or can ignore hosts in hardcoded lists. Auto-ignores hosts that cause redir-loops eg. imdb.com and thus if http isn't allowed(which is the default) it will block the site, else it will load it on http; instead of entering redir-loop trying to https it!

Default max-age is 6 months. Change this in background.js in seconds

var max_age = "15570000";

Credits

License

The project had no license, and since I'm not the original author, I am only able to release the modifications that I did to it under UNLICENSE. The rest is, who knows?!...

About

Forces Chrome to use HTTP Strict Transport Security on all HTTPS connections

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unlicense
UNLICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.4%