1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-02 18:34:52 +12:00

Updated Per scope switches (markdown)

gorhill 2014-11-20 06:20:54 -08:00
parent 45b57289c9
commit 75d57bd973

@ -12,6 +12,8 @@ The per-scope switches layer just like matrix rules layer.
Following is a list of the currently existing per-scope switches.
***
#### Strict HTTPS
When the _"Strict HTTPS"_ switch is turned on, mixed content will be forbidden.
@ -22,7 +24,11 @@ To witness _"Strict HTTPS"_ at work, visit the encrypted version of Wired's [Thr
When _"Strict HTTPS"_ is turned on, you can see in the above example the browser refusing to process all non-HTTPS connections -- to `kasperskyhub.staging.wpengine.com` in the above case. Since the unencrypted connection is not even attempted by the browser, this prevents µMatrix to account for these aborted connection, and thus they won't be reported in the matrix. But you can see them using the developer console.
***
#### User agent spoofing
***
#### Referrer spoofing