https://github.com/lilydjwg/httpseverywhereuserrules
My personal HTTPSEverywhere rules
https://github.com/lilydjwg/httpseverywhereuserrules
configuration firefox https security
Last synced: 4 months ago
JSON representation
My personal HTTPSEverywhere rules
- Host: GitHub
- URL: https://github.com/lilydjwg/httpseverywhereuserrules
- Owner: lilydjwg
- Created: 2014-12-30T15:38:46.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T12:46:56.000Z (over 8 years ago)
- Last Synced: 2026-01-28T22:17:28.114Z (4 months ago)
- Topics: configuration, firefox, https, security
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to use
----
Install the [HTTPSEverywhere](https://www.eff.org/https-everywhere) browser
extension. Clone this repo to its user rules directory. E.g. for Firefox on
Linux:
```sh
profile="Your profile directory name"
cd ~/.mozilla/firefox/${profile}/HTTPSEverywhereUserRules
git init
git remote add lilydjwg git@github.com:lilydjwg/HTTPSEverywhereUserRules.git
git pull -u lilydjwg master
```
Restart Firefox and it should work.