Added rules & exceptions
#501 #499 #493 #492 #491 #487 #486 #485 #484 #482 #479 #477 #473
This commit is contained in:
parent
ed87f72c75
commit
e931674dfe
|
@ -3,6 +3,62 @@
|
||||||
"amazon": {
|
"amazon": {
|
||||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*",
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"pf_rd_[a-zA-Z]",
|
||||||
|
"qid",
|
||||||
|
"sr",
|
||||||
|
"srs",
|
||||||
|
"pd_rd_[a-zA-Z]*",
|
||||||
|
"__mk_[a-zA-Z]{1,3}_[a-zA-Z]{1,3}",
|
||||||
|
"spIA",
|
||||||
|
"ms3_c",
|
||||||
|
"[a-zA-Z%0-9]*ie",
|
||||||
|
"refRID",
|
||||||
|
"colid",
|
||||||
|
"coliid",
|
||||||
|
"[^a-zA-Z%0-9]adId",
|
||||||
|
"qualifier",
|
||||||
|
"_encoding",
|
||||||
|
"smid",
|
||||||
|
"field-lbr_brands_browse-bin",
|
||||||
|
"ref_?",
|
||||||
|
"th",
|
||||||
|
"sprefix",
|
||||||
|
"crid",
|
||||||
|
"keywords",
|
||||||
|
"cv_ct_[a-zA-Z]+",
|
||||||
|
"linkCode",
|
||||||
|
"creativeASIN",
|
||||||
|
"ascsubtag",
|
||||||
|
"aaxitk",
|
||||||
|
"hsa_cr_id",
|
||||||
|
"sb-ci-[a-zA-Z]+",
|
||||||
|
"rnid",
|
||||||
|
"dchild",
|
||||||
|
"camp",
|
||||||
|
"creative",
|
||||||
|
"s"
|
||||||
|
],
|
||||||
|
"referralMarketing": [
|
||||||
|
"tag"
|
||||||
|
],
|
||||||
|
"exceptions": [
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*",
|
||||||
|
".*(amazon\\.).*(\\/hz\\/reviews-render\\/ajax\\/).*",
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/cart\\/ajax-update.html\\/.*",
|
||||||
|
".*(amazon\\.).*\\/message-us\\?.*",
|
||||||
|
".*(amazon\\.).*(\\/gp).*\\/video\\/api\\/.*",
|
||||||
|
".*(amazon\\.).*\\/s\\?.*"
|
||||||
|
],
|
||||||
|
"rawRules": [
|
||||||
|
"\\/ref=[^\\/\\?]*"
|
||||||
|
],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"amazon search": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(amazon)(\\.[a-zA-Z]{2,}).*\\/s.*\\?.*",
|
||||||
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"pf_rd_[a-zA-Z]",
|
"pf_rd_[a-zA-Z]",
|
||||||
"qid",
|
"qid",
|
||||||
|
@ -41,16 +97,10 @@
|
||||||
"referralMarketing": [
|
"referralMarketing": [
|
||||||
"tag"
|
"tag"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*",
|
|
||||||
".*(amazon\\.).*(\\/hz\\/reviews-render\\/ajax\\/).*",
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/cart\\/ajax-update.html\\/.*",
|
|
||||||
".*(amazon\\.).*\\/message-us\\?.*",
|
|
||||||
".*(amazon\\.).*(\\/gp).*\\/video\\/api\\/.*"
|
|
||||||
],
|
|
||||||
"rawRules": [
|
"rawRules": [
|
||||||
"\\/ref=[^\\/\\?]*"
|
"\\/ref=[^\\/\\?]*"
|
||||||
],
|
],
|
||||||
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
|
@ -182,7 +232,7 @@
|
||||||
"urlPattern": ".*",
|
"urlPattern": ".*",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
"rules": [
|
"rules": [
|
||||||
"(%3F)?utm(_[a-zA-Z]*)?",
|
"(%3F)?utm(_[a-zA-Z_]*)?",
|
||||||
"(%3F)?ga_[a-zA-Z_]+",
|
"(%3F)?ga_[a-zA-Z_]+",
|
||||||
"(%3F)?yclid",
|
"(%3F)?yclid",
|
||||||
"(%3F)?_openstat",
|
"(%3F)?_openstat",
|
||||||
|
@ -212,7 +262,8 @@
|
||||||
"(%3F)?dclid",
|
"(%3F)?dclid",
|
||||||
"Echobox",
|
"Echobox",
|
||||||
"(%3F)?spm",
|
"(%3F)?spm",
|
||||||
"(%3F)?vn(_[a-zA-Z]*)+"
|
"(%3F)?vn(_[a-zA-Z]*)+",
|
||||||
|
"(%3F)?cid"
|
||||||
],
|
],
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
|
@ -253,7 +304,8 @@
|
||||||
".*(login\\.progressive\\.com).*",
|
".*(login\\.progressive\\.com).*",
|
||||||
".*(sephora\\.com\\/api\\/).*",
|
".*(sephora\\.com\\/api\\/).*",
|
||||||
".*(contestgirl\\.com).*",
|
".*(contestgirl\\.com).*",
|
||||||
".*agenciatributaria.gob.es.*"
|
".*agenciatributaria.gob.es.*",
|
||||||
|
".*login\\.ingbank\\.pl.*"
|
||||||
],
|
],
|
||||||
"redirections": [],
|
"redirections": [],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
@ -1067,7 +1119,9 @@
|
||||||
"referralMarketing": [],
|
"referralMarketing": [],
|
||||||
"rawRules": [],
|
"rawRules": [],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": [],
|
"redirections": [
|
||||||
|
".*u=([^&]*)"
|
||||||
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
},
|
},
|
||||||
"lazada.com.my": {
|
"lazada.com.my": {
|
||||||
|
@ -1713,6 +1767,184 @@
|
||||||
".*url=([^&]*)"
|
".*url=([^&]*)"
|
||||||
],
|
],
|
||||||
"forceRedirection": false
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"tiktok.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(tiktok)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"u_code",
|
||||||
|
"preview_pb",
|
||||||
|
"language",
|
||||||
|
"_d",
|
||||||
|
"timestamp",
|
||||||
|
"user_id",
|
||||||
|
"share_app_name",
|
||||||
|
"share_iid",
|
||||||
|
"source"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"autoplus.fr": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(autoplus)(\\.fr).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"idprob",
|
||||||
|
"hash",
|
||||||
|
"sending_id",
|
||||||
|
"site_id",
|
||||||
|
"dr_tracker"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"bigfishgames.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(bigfishgames)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"pc",
|
||||||
|
"npc",
|
||||||
|
"npv[0-9]+",
|
||||||
|
"npi"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [
|
||||||
|
"\\?pc$"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"dpbolvw.net": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(dpbolvw)(\\.net).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*url=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"humblebundle.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(humblebundle)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [
|
||||||
|
"partner"
|
||||||
|
],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"cafepedagogique.net": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(cafepedagogique)(\\.net).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"actId",
|
||||||
|
"actCampaignType",
|
||||||
|
"actSource"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"bloculus.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(bloculus)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"tl_[a-zA-Z_]+"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"mailpanion.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(mailpanion)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*destination=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"signtr.website": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(signtr)(\\.website).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*redirect=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"mailtrack.io": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(mailtrack)(\\.io).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*url=([^&]*)"
|
||||||
|
],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"zillow.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(zillow)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"rtoken"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"realtor.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(realtor)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"ex",
|
||||||
|
"identityID",
|
||||||
|
"MID",
|
||||||
|
"RID"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
|
},
|
||||||
|
"redfin.com": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(redfin)(\\.com).*",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"riftinfo"
|
||||||
|
],
|
||||||
|
"referralMarketing": [],
|
||||||
|
"rawRules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [],
|
||||||
|
"forceRedirection": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user