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

Updated Very bare walkthrough for first time users (markdown)

gorhill 2014-11-04 08:05:13 -08:00
parent 443ec0ebac
commit d429561932

@ -16,4 +16,6 @@ Let's switch scope to `wired.com`: click the scope cell, and select `wired.com`.
Here we see that in the `wired.com` scope, net requests which originate from within the `wired.com` domain are all allowed. (Except for `cookie`, that is my personal setting and I forgot to remove it before taking the screenshots.)
This is because of the `1st-party` row: the cells in this row are used to tell what to do with net requests which are 1st-party to the URL address of the current page.
This is because of the `1st-party` row: the cells in this row are used to tell what to do with net requests which are 1st-party to the URL address of the current page.
[TODO: complete this walkthrough]