parent
d74d53c40d
commit
201f3a9edb
1370
clearurls.js
1370
clearurls.js
File diff suppressed because it is too large
Load Diff
|
@ -135,7 +135,8 @@
|
|||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(google)(\\.[a-zA-Z]{2,})\\/search\\?.*",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"client"
|
||||
"client",
|
||||
"sclient"
|
||||
],
|
||||
"referralMarketing": [],
|
||||
"rawRules": [],
|
||||
|
@ -403,7 +404,18 @@
|
|||
"reddit": {
|
||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(reddit)(\\.[a-zA-Z]{2,}).*",
|
||||
"completeProvider": false,
|
||||
"rules": [],
|
||||
"rules": [
|
||||
"%24deep_link",
|
||||
"\\$deep_link",
|
||||
"correlation_id",
|
||||
"ref_campaign",
|
||||
"ref_source",
|
||||
"%243p",
|
||||
"\\$3p",
|
||||
"%24original_url",
|
||||
"\\$original_url",
|
||||
"_branch_match_id"
|
||||
],
|
||||
"referralMarketing": [],
|
||||
"rawRules": [],
|
||||
"exceptions": [],
|
||||
|
@ -1667,6 +1679,35 @@
|
|||
"exceptions": [],
|
||||
"redirections": [],
|
||||
"forceRedirection": false
|
||||
},
|
||||
"bestbuy.com": {
|
||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(bestbuy)(\\.com).*",
|
||||
"completeProvider": false,
|
||||
"rules": [
|
||||
"irclickid",
|
||||
"irgwc",
|
||||
"loc",
|
||||
"acampID",
|
||||
"mpid",
|
||||
"intl"
|
||||
],
|
||||
"referralMarketing": [],
|
||||
"rawRules": [],
|
||||
"exceptions": [],
|
||||
"redirections": [],
|
||||
"forceRedirection": false
|
||||
},
|
||||
"digidip.net": {
|
||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(digidip)(\\.net).*",
|
||||
"completeProvider": false,
|
||||
"rules": [],
|
||||
"referralMarketing": [],
|
||||
"rawRules": [],
|
||||
"exceptions": [],
|
||||
"redirections": [
|
||||
".*url=([^&]*)"
|
||||
],
|
||||
"forceRedirection": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user