Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xee5ch/0f34927f030f57e9dc81dfd085357aac to your computer and use it in GitHub Desktop.
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.
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