logo

umatrix-rulesets

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/umatrix-rulesets.git

README.md (619B)


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