mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Use new locally-maintained "URL Tracking Protection" list
This commit is contained in:
parent
4e0f47f11a
commit
00b79d9023
3 changed files with 21 additions and 9 deletions
|
|
@ -211,10 +211,16 @@
|
|||
"content": "filters",
|
||||
"group": "privacy",
|
||||
"off": true,
|
||||
"title": "AdGuard URL Tracking Protection",
|
||||
"title": "AdGuard/uBO – URL Tracking Protection",
|
||||
"tags": "privacy",
|
||||
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt",
|
||||
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters"
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/privacy-removeparam.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy-removeparam.txt",
|
||||
"https://ublockorigin.pages.dev/filters/privacy-removeparam.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy-removeparam.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy-removeparam.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"block-lan": {
|
||||
"content": "filters",
|
||||
|
|
|
|||
|
|
@ -211,10 +211,16 @@
|
|||
"content": "filters",
|
||||
"group": "privacy",
|
||||
"off": true,
|
||||
"title": "AdGuard URL Tracking Protection",
|
||||
"title": "AdGuard/uBO – URL Tracking Protection",
|
||||
"tags": "privacy",
|
||||
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt",
|
||||
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters"
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/privacy-removeparam.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy-removeparam.txt",
|
||||
"https://ublockorigin.pages.dev/filters/privacy-removeparam.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy-removeparam.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy-removeparam.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"block-lan": {
|
||||
"content": "filters",
|
||||
|
|
|
|||
|
|
@ -100,14 +100,14 @@
|
|||
},
|
||||
{
|
||||
"id": "adguard-spyware-url",
|
||||
"name": "AdGuard URL Tracking Protection",
|
||||
"name": "AdGuard/uBO – URL Tracking Protection",
|
||||
"group": "privacy",
|
||||
"enabled": false,
|
||||
"excludedPlatforms": [ "safari" ],
|
||||
"urls": [
|
||||
"https://filters.adtidy.org/extension/ublock/filters/17.txt"
|
||||
"https://ublockorigin.github.io/uAssets/filters/privacy-removeparam.txt"
|
||||
],
|
||||
"homeURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters"
|
||||
"homeURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
{
|
||||
"id": "annoyances-cookies",
|
||||
|
|
|
|||
Loading…
Reference in a new issue