Added rules from #188
This commit is contained in:
parent
e3191eecb1
commit
89963b0d6d
|
@ -20,7 +20,8 @@
|
||||||
"qualifier",
|
"qualifier",
|
||||||
"_encoding",
|
"_encoding",
|
||||||
"smid",
|
"smid",
|
||||||
"field-lbr_brands_browse-bin"
|
"field-lbr_brands_browse-bin",
|
||||||
|
"ref[\\_]?"
|
||||||
],
|
],
|
||||||
"exceptions": [
|
"exceptions": [
|
||||||
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*"
|
".*(amazon\\.).*(\\/gp).*\\/redirector.html\\/.*"
|
||||||
|
@ -434,6 +435,24 @@
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
},
|
},
|
||||||
|
"steampowered": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(steampowered\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"snr=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
},
|
||||||
|
"steamcommunity": {
|
||||||
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(steamcommunity\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*steamcommunity\\.com.*\\/linkfilter\\/\\?url=(.*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
"disq.us": {
|
"disq.us": {
|
||||||
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(disq\\.us)(.*\\?.*)",
|
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(disq\\.us)(.*\\?.*)",
|
||||||
"completeProvider": false,
|
"completeProvider": false,
|
||||||
|
@ -498,6 +517,54 @@
|
||||||
],
|
],
|
||||||
"exceptions": [],
|
"exceptions": [],
|
||||||
"redirections": []
|
"redirections": []
|
||||||
|
},
|
||||||
|
"deviantart.com": {
|
||||||
|
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(deviantart\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*deviantart\\.com.*outgoing\\?(.*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"site2.com": {
|
||||||
|
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(site2\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*site2\\.com.*\\?.*=(.*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"site.com": {
|
||||||
|
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(site\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": [
|
||||||
|
".*site\\.com.*\\?to=([^&]*)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"aliexpress.com": {
|
||||||
|
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(aliexpress\\.com)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"ws_ab_test",
|
||||||
|
"btsid",
|
||||||
|
"algo_expid",
|
||||||
|
"algo_pvid"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
|
},
|
||||||
|
"mozillazine.org": {
|
||||||
|
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(mozillazine\\.org)(.*\\?.*)",
|
||||||
|
"completeProvider": false,
|
||||||
|
"rules": [
|
||||||
|
"sid"
|
||||||
|
],
|
||||||
|
"exceptions": [],
|
||||||
|
"redirections": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user