Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

uMatrix extension for Firefox

📅 2017-Jan-30 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ extension, firefox ⬩ 📚 Archive

Switchboard of uMatrix

uMatrix is a Firefox extension that can be used to control exactly what network requests are made by the browser and thus what is loaded in the requested webpage. It is of similar use as ad-blockers (like AdBlock) or script blockers (NoScript) or other blockers like uBlock. But, uMatrix is more fine-grained and a bit more complicated but gives you a lot more idea of what a webpage is trying to load and if you would want to allow that. uMatrix is a fork and improvement over an earlier addon called HTTP Switchboard.

https-strict: behind-the-scene false
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: moz-extension-scheme true
matrix-off: opera-scheme true
matrix-off: vivaldi-scheme true
matrix-off: wyciwyg-scheme true
referrer-spoof: behind-the-scene false
ua-spoof: behind-the-scene false
referrer-spoof: * true
noscript-spoof: * true
cname-reveal: * true
* * * block
* * css allow
* * frame block
* * image allow
* 1st-party * allow
* 1st-party frame allow

Reference:

Tried with: Firefox 50.1.0 and Ubuntu 16.04


© 2023 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧