Created
December 18, 2016 08:40
-
-
Save xee5ch/0f34927f030f57e9dc81dfd085357aac to your computer and use it in GitHub Desktop.
My preferred uMatrix rules to start out a new profile, block pretty much everything, including 1st party stuff. Only allow CSS and Images to make it readable before enabling, scripts, cookies, etc.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https-strict: * true | |
matrix-off: about-scheme true | |
matrix-off: behind-the-scene true | |
matrix-off: chrome-extension-scheme true | |
matrix-off: chrome-scheme true | |
matrix-off: localhost true | |
matrix-off: opera-scheme true | |
referrer-spoof: * true | |
ua-spoof: * true | |
* * * block | |
* * css allow | |
* * frame block | |
* * image allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment