| sub.domen.tld | |||||
| domen.tld | |||||
| tld | |||||
| * |
|||||
| matrix header |
rule type
|
browser resources |
|---|---|---|
| (invisible) | doc |
root document |
| cookie | cookie |
cookies, local storages (as browser API allows) |
| css | css |
stylesheets, fonts |
| image | image |
images (<img>, <picture>) |
| media | media |
audio (<audio>),video ( <video>),plugins ( <object>, <embed>)it is expected that users of uMatrix will have their click-to-play setting enabled in their browser |
| script | script |
scripts |
| XHR | xhr |
XMLHttpRequest, Fetch, WebSockets |
| frame | frame |
embedded documents (<iframe>,
<frame>) |
| other | other |
everything which does not fit in previous types: beacons, CSP reports, ping, Web App Manifest, XBL, DTD, XSLT, and other unspecified types |
| foo |
только те записи, которые содержат "foo" + все behind-the-scene |
| |foo |
только записи, которые начинаются с "foo" + все behind-the-scene |
| |-- |
только записи заблокированных запросов + все behind-the-scene |
| foo| | только записи, которые заканчиваются на "foo" + все behind-the-scene |
| |foo| | только те записи, в которых есть только "foo" + все behind-the-scene |
| !|-- facebook
|
только неблокированные записи с "facebook" в них + все behind-the-scene |
| |xhr private |
только записи типа XMLHttpRequest с "private" в них + все behind-the-scene |
| !|image !|css | только записи типов, отличных от image и css + все behind-the-scene |
| !|-- |xhr |css |
так не работает |
| |xhr |css | так не работает |