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-21 13:28:37 -08:00
parent 9ca2418b2b
commit 8c3e62f91d

@ -48,4 +48,4 @@ Similarly, referrer spoofing has been transformed from global setting into a per
The logic behind referrer spoofing is simpler now: it's whether the switch referrer spoofing is turned on, and whether the domain of the referrer URL is third-party to the domain of the request URL. Whether the domain of the URL of a request is whitelisted is now irrelevant.
Also, notice that now I use the term "spoofing". Whereas before the referrer string was blanked, the referrer information will now be foiled will now be replaced by the root URL derived from the URL of the request. For example, if the URL of a request is `http://www.example.com/blahblahblah/boring.html` and the referrer is `http://google.com`, the referrer will be spoofed using the `http://www.example.com/` string.
Also, notice that now I use the term "spoofing". Whereas before the referrer string was blanked, the referrer information will now be foiled using the root URL derived from the URL of the request. For example, if the URL of a request is `http://www.example.com/blahblahblah/boring.html` and the referrer is `http://google.com`, the referrer will be spoofed using the `http://www.example.com/` string.