Created
December 18, 2016 08:38
-
-
Save xee5ch/2314c37b906bdbff4b9900bc5c14015b to your computer and use it in GitHub Desktop.
Default ruleset implemented by uMatrix when installed on Chrome/Chromium at the time of publication for this gist.
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 | |
* * * block | |
* * css allow | |
* * frame block | |
* * image allow | |
* 1st-party * allow | |
* 1st-party frame allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment