1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-16 15:33:38 +01:00

One example is sufficient

Raymond Hill 2020-10-11 14:00:52 -04:00
parent 7c9cc446dd
commit a3f488bb37

@ -385,7 +385,7 @@ The filter option `important` means to ignore all _exception_ filters (those pre
**It applies only to network _block_ filters**
Example: `||google-analytics.com^$important,third-party` will block all network requests to `google-analytics.com`, disregarding any existing network _exception_ filters. Another example: `||twitter.com^$important,third-party`. Etc.
Example: `||google-analytics.com^$important,third-party` will block all network requests to `google-analytics.com`, disregarding any existing network _exception_ filters.
***