mirror of
https://github.com/DandelionSprout/adfilt.git
synced 2026-09-24 22:03:36 +01:00
29 lines
797 B
JSON
29 lines
797 B
JSON
{
|
|
"providers": {
|
|
"Deezer": {
|
|
"urlPattern": "https?:\\/\\/(deezer\\.com).*",
|
|
"completeProvider": false,
|
|
"rules": [
|
|
"utm_.*=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
|
],
|
|
"referralMarketing": [],
|
|
"rawRules": [],
|
|
"exceptions": [],
|
|
"redirections": [],
|
|
"forceRedirection": false
|
|
},
|
|
"Elkjop": {
|
|
"urlPattern": "https?:\\/\\/(elkjop\\.no).*",
|
|
"completeProvider": false,
|
|
"rules": [
|
|
"scid=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
|
],
|
|
"referralMarketing": [],
|
|
"rawRules": [],
|
|
"exceptions": [],
|
|
"redirections": [],
|
|
"forceRedirection": false
|
|
}
|
|
}
|
|
}
|