Confirmed users
443
edits
(→Putting diagnosis into bug: put about:url-classifier in code box) |
(highlight urlclassifier.trackingSkipURLs and make prefs selectable via one click) |
||
| Line 25: | Line 25: | ||
== <code>about:config</code>== | == <code>about:config</code>== | ||
Usually exceptions can be set via <code>urlclassifier.trackingSkipURLs</code>. However, sometimes the tracker is on other lists as well. Use <code>about:url-classifier</code> to see which exception list you need to put the tracking URL and enter the domain in one of these lists: | Usually exceptions can be set via <span style="user-select: all;"><code>urlclassifier.trackingSkipURLs</code></span>'''. However, sometimes the tracker is on other lists as well. Use <code>about:url-classifier</code> to see which exception list you need to put the tracking URL and enter the domain in one of these lists: | ||
* <code>urlclassifier.features.cryptomining.skipURLs</code> | * '''<span style="user-select: all;"><code>urlclassifier.trackingSkipURLs</code></span>''' | ||
* <code>urlclassifier.features.emailtracking.skipURLs</code> | * <span style="user-select: all;"><code>urlclassifier.features.cryptomining.skipURLs</code></span> | ||
* <code>urlclassifier.features.fingerprinting.skipURLs</code> | * <span style="user-select: all;"><code>urlclassifier.features.emailtracking.skipURLs</code></span> | ||
* <code>urlclassifier.features.socialtracking.skipURLs</code> | * <span style="user-select: all;"><code>urlclassifier.features.fingerprinting.skipURLs</code></span> | ||
* <span style="user-select: all;"><code>urlclassifier.features.socialtracking.skipURLs</code></span> | |||
The content of the config variable needs to be a list of domains including subdomains: Example: <code>*://*.example.com/*,*://example.com/*,*://sub.example.net/*</code> | The content of the config variable needs to be a list of domains including subdomains: Example: <code>*://*.example.com/*,*://example.com/*,*://sub.example.net/*</code> | ||