1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-11 06:45:01 +12:00

Updated Changes from HTTP Switchboard (markdown)

gorhill 2014-10-24 10:10:48 -07:00
parent c92039aeae
commit f907e619bf

@ -15,7 +15,7 @@ The matrix is now conceptually 3d:
There is now only one flat data structure to hold all the matrix rules, and all rules are defined as follow:
`source-hostname destination-hostname request type action`
`source-hostname destination-hostname request-type action`
When a request needs to be evaluated, µMatrix will find out from which web page the request originate. The hostname of the URL address of the web page will be extracted and used as the `source hostname` component. The hostname of the URL address of the request will be extracted and used as the `destination hostname` component.