Updated rules and exceptions
#558 #460 #504 #508 #525 #530 #532 #538 #542 #450 #544 #563
This commit is contained in:
parent
992cd351af
commit
abaa5fe2c6
|
@ -151,8 +151,7 @@
|
||||||
"sourceid",
|
"sourceid",
|
||||||
"sxsrf",
|
"sxsrf",
|
||||||
"rlz",
|
"rlz",
|
||||||
"i-would-rather-use-firefox",
|
"i-would-rather-use-firefox"
|
||||||
"stick"
|
|
||||||
],
|
],
|
||||||
"referralMarketing": [
|
"referralMarketing": [
|
||||||
"referrer"
|
"referrer"
|
||||||
|
@ -250,6 +249,7 @@
|
||||||
"(%3F)?hmb_medium",
|
"(%3F)?hmb_medium",
|
||||||
"(%3F)?hmb_source",
|
"(%3F)?hmb_source",
|
||||||
"(%3F)?[\\?&]?ref[\\_]?",
|
"(%3F)?[\\?&]?ref[\\_]?",
|
||||||
|
"(%3F)?referrer",
|
||||||
"(%3F)?gclid",
|
"(%3F)?gclid",
|
||||||
"(%3F)?otm_[a-zA-Z_]*",
|
"(%3F)?otm_[a-zA-Z_]*",
|
||||||
"(%3F)?cmpid",
|
"(%3F)?cmpid",
|
||||||
|
@ -306,7 +306,8 @@
|
||||||
".*agenciatributaria.gob.es.*",
|
".*agenciatributaria.gob.es.*",
|
||||||
".*login\\.ingbank\\.pl.*",
|
".*login\\.ingbank\\.pl.*",
|
||||||
"wss?:\\/\\/.*zoom\\.us.*",
|
"wss?:\\/\\/.*zoom\\.us.*",
|
||||||
".*api\\.bilibili\\.com.*"
|
".*api\\.bilibili\\.com.*",
|
||||||
|
".*onet\\.pl.*\\?.*utm_campaign=.*"
|
||||||
],
|
],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
@ -419,9 +420,7 @@
|
||||||
"pageid",
|
"pageid",
|
||||||
"padding",
|
"padding",
|
||||||
"ls_ref",
|
"ls_ref",
|
||||||
"action_history",
|
"action_history"
|
||||||
"fbid",
|
|
||||||
"comment_id"
|
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
|
@ -471,9 +470,12 @@
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [],
|
"exceptions": [
|
||||||
|
"reddit\\.app\\.link"
|
||||||
|
],
|
||||||
"redirections": [
|
"redirections": [
|
||||||
".*out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)"
|
".*out\\.reddit\\.\\w{2,}\\/.*url=([^&]*)",
|
||||||
|
".*reddit\\.app\\.link.*\\$original_url=([^&]*)"
|
||||||
],
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
|
@ -876,8 +878,8 @@
|
||||||
],
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
"aliexpress.com": {
|
"aliexpress": {
|
||||||
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-.]*\\.)?(aliexpress\\.com).*",
|
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-.]*\\.)?(aliexpress)(\\.[a-zA-Z]{2,}).*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"ws_ab_test",
|
"ws_ab_test",
|
||||||
|
@ -886,7 +888,14 @@
|
||||||
"algo_pvid",
|
"algo_pvid",
|
||||||
"gps-id",
|
"gps-id",
|
||||||
"scm[_a-zA-Z\\-]*",
|
"scm[_a-zA-Z\\-]*",
|
||||||
"pvid"
|
"pvid",
|
||||||
|
"cv",
|
||||||
|
"af",
|
||||||
|
"mall_affr",
|
||||||
|
"sk",
|
||||||
|
"dp",
|
||||||
|
"terminal_id",
|
||||||
|
"aff_request_id"
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
|
@ -1075,6 +1084,18 @@
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
|
"LinkedIn Learning": {
|
||||||
|
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-.]*\\.)?(linkedin\\.com)\//learning.*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"u"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
"smartredirect.de": {
|
"smartredirect.de": {
|
||||||
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-.]*\\.)?(smartredirect\\.de).*",
|
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-.]*\\.)?(smartredirect\\.de).*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
|
@ -1947,6 +1968,113 @@
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"epicgames.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(epicgames)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"epic_affiliate",
|
||||||
|
"epic_gameId"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"onet.pl": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(onet)(\\.pl).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"srcc",
|
||||||
|
"utm_v",
|
||||||
|
"utm_medium",
|
||||||
|
"utm_source"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"allrecipes.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(allrecipes)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"internalSource",
|
||||||
|
"referringId",
|
||||||
|
"referringContentType",
|
||||||
|
"clickId"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"europe1.fr": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(europe1)(\\.fr).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"xtor"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"effiliation.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(effiliation)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*url=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"argos.co.uk": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(argos)(\\.co.\\uk).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"istCompanyId",
|
||||||
|
"istFeedId",
|
||||||
|
"istItemId",
|
||||||
|
"istBid",
|
||||||
|
"clickOrigin"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"hlserve.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(hlserve)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*dest=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"thunderbird.net": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(thunderbird)(\\.net).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user