examples | ||
ref | ||
src/Data | ||
test | ||
vendor | ||
.gitignore | ||
.gitmodules | ||
DEBT.md | ||
https-everywhere-rules.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs | ||
stack.yaml |
https-everywhere-rules
Haskell package providing high-level access to HTTPS Everywhere rulesets. It aims to make it easier to specify: "use secure HTTP connections when possible."
λ: :m + Data.HTTPSEverywhere.Rules Network.URI
λ: rules <- getRulesets
λ: let Just it = parseURI "http://httpsnow.org"
λ: rewriteURL rules it
Just https://httpsnow.org