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

Updated Scope selector (markdown)

Raymond Hill 2017-11-22 09:27:09 -05:00
parent eb73a65dfe
commit 69adbe0208

@ -4,7 +4,7 @@ Every rule you create in uMatrix applies to a specific scope. The scope tells uM
![a](https://user-images.githubusercontent.com/585534/33131928-17587830-cf66-11e7-8a69-30902ac4ac87.png)
It is of course advised that you create rules which apply only for a specific scope, but of course it's convenient that some rules are created in the global scope such that you do not have to constantly create the same rules for many sites. For most it's convenient to create `allow` rules in the global scope for domains which use is widespread.
It is of course advised that you create rules which apply only for a specific scope, but of course it's convenient that some rules are created in the global scope (`*`) such that you do not have to constantly create the same rules for many sites. For most it's convenient to create `allow` rules in the global scope for domains which use is widespread, and which you trust.
For example, although you could keep blocking `frame` everywhere to keep blocking embedded Youtube videos on various web sites, you may want to create global `youtube.com` rules in order to be able to play embedded Youtube videos easily everywhere by simply allowing `frame` on any given web sites (you could also allow `frame` for `youtube.com` everywhere if you wish, your choice.)