Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilydjwg/httpseverywhereuserrules
My personal HTTPSEverywhere rules
https://github.com/lilydjwg/httpseverywhereuserrules
configuration firefox https security
Last synced: 10 days ago
JSON representation
My personal HTTPSEverywhere rules
- Host: GitHub
- URL: https://github.com/lilydjwg/httpseverywhereuserrules
- Owner: lilydjwg
- Created: 2014-12-30T15:38:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T12:46:56.000Z (about 7 years ago)
- Last Synced: 2023-03-11T09:57:33.247Z (over 1 year 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 [email protected]:lilydjwg/HTTPSEverywhereUserRules.git
git pull -u lilydjwg master
```Restart Firefox and it should work.