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-22 09:21:37 -08:00
parent 12bc420b66
commit e65ad281e2

@ -18,13 +18,17 @@ The per-scope switches layer just like matrix rules layer.
### User agent spoofing
User agent spoofing has been transformed from global setting into a per-scope setting, so that you can now disable/enable it specifically on a per-scope basis. The setting in the _Privacy_ tab is still there, and its purpose is to control user agent spoofing for the global scope (`*`).
User agent spoofing has been transformed from a global setting into a per-scope setting, so that you can now disable/enable it specifically on a per-scope basis.
The setting in the _Privacy_ tab is still there, and its purpose is to control user agent spoofing for the global scope (`*`).
***
### Referrer spoofing
Similarly, referrer spoofing has been transformed from global setting into a per-scope setting, so that you can now disable/enable it specifically on a per-scope basis. The setting in the _Privacy_ tab is still there, and its purpose is to control referrer spoofing for the global scope (`*`).
Similarly, referrer spoofing has been transformed from global setting into a per-scope setting, so that you can now disable/enable it specifically on a per-scope basis.
The setting in the _Privacy_ tab is still there, and its purpose is to control referrer spoofing for the global scope (`*`).
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.