uMatrix rulesets
This is the repo for my uMatrix rulesets, they are probably more hardcore than what uMatrix provides.
URL: https://hacktivis.me/git/umatrix-rulesets.work/ruleset.txt
Notes
- I don’t whitelist cookies, unless it’s needed to view the website. So you should probably allow cookies when you authenticate.
- I put the suffix
[HMS]
on my rules.
- Here are my default rules in uMatrix, and so for which this ruleset is made:
```
https-strict: * true
noscript-spoof: * true
referrer-spoof: * true
- * * block
- * cookie block
- * other block
- 1st-party css allow
- 1st-party image allow
```