Added rule for woot.com

#231
This commit is contained in:
Kevin Röbert 2019-08-23 23:20:53 +02:00
parent 4c43cf8149
commit 05f1442d96

View File

@ -763,6 +763,17 @@
".*vk\\.com\\/away\\.php\\?to=([^&]*)"
],
"forceRedirection": false
},
"woot.com": {
"urlPattern": "https?:\\/\\/([a-zA-Z0-9-]*\\.)?(woot\\.com).*",
"completeProvider": false,
"rules": [
"ref_?"
],
"rawRules": [],
"exceptions": [],
"redirections": [],
"forceRedirection": false
}
}
}