Merge branch 'patch-1' into 'master'

added rule for cnbc.com (to fix #573)

Closes #573

See merge request KevinRoebert/ClearUrls!67
This commit is contained in:
Kevin R 2020-06-24 14:12:14 +00:00
commit 86fb5c469a

View File

@ -2075,6 +2075,18 @@
"exceptions": [],
"redirections": [],
"forceRedirection": false
},
"cnbc.com": {
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-.]*\\.)?(cnbc)(\\.com).*",
"completeProvider": false,
"rules": [
"__source"
],
"referralMarketing": [],
"rawRules": [],
"exceptions": [],
"redirections": [],
"forceRedirection": false
}
}
}