Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.