A modified clone of https://github.com/redpois0n/hsts-everywhere-chrome "Forces Chrome to use HTTP Strict Transport Security on all HTTPS connections https://chrome.google.com/webstore/detail/hsts-enforcer/ingdjdekfhnapeoiiinplcadnfimnnkh "

ActualizeInMaterial cf81b2d682 "fix" my newtab page! => blank!! преди 8 години
.gitignore eb6f4b3f4e ignore .swp files / vim преди 8 години
CONTRIBUTING.md 3d0857bd36 ignore that part преди 8 години
COPYING 7c700aa303 add CC0 преди 8 години
LICENSE 7c700aa303 add CC0 преди 8 години
README.md 1d5dadca54 link to original repo in readme too! преди 8 години
UNLICENSE 827394e9de re-release under unlicense преди 8 години
background.js 8e6482e992 to ignore list преди 8 години
icon.png 693d2897c2 Icon преди 9 години
manifest.json cf81b2d682 "fix" my newtab page! => blank!! преди 8 години
newtab.html cf81b2d682 "fix" my newtab page! => blank!! преди 8 години
options.html dd42400e11 this quick link to extensions page won't work преди 8 години

README.md

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(@ActualizeInMaterial) am not the original author, I am only able to release the modifications that I did to it under UNLICENSE(and/or CC0, your pick!). The rest is, who knows?!...

Check out the original location(from where it was forked): https://github.com/redpois0n/hsts-everywhere-chrome