New rules

#156 #157
This commit is contained in:
Kevin Röbert 2019-04-08 18:57:22 +02:00
parent 1caeeb29ab
commit c53a36999c
No known key found for this signature in database
GPG Key ID: A6BAC801A884608C
2 changed files with 24 additions and 2 deletions

View File

@ -199,7 +199,9 @@
"rules": [
"hc_[a-zA-Z_\\[\\]0-9]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"[a-zA-Z]*ref[a-zA-Z]*=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"__tn__=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
"__tn__=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"eid=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"__xts__%5B[0-9]%5D=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"
@ -445,6 +447,15 @@
"redirections": [
"https?://[^/]+/v1/[0-9a-f]{64}/(.*)"
]
},
"shutterstock.com": {
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(shutterstock\\.com)(.*\\?.*)",
"completeProvider": false,
"rules": [
"src=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
],
"exceptions": [],
"redirections": []
}
}
}

View File

@ -193,7 +193,9 @@
"rules": [
"hc_[a-zA-Z_\\[\\]0-9]*",
"[a-zA-Z]*ref[a-zA-Z]*",
"__tn__"
"__tn__",
"eid",
"__xts__%5B[0-9]%5D"
],
"exceptions": [
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"
@ -428,6 +430,15 @@
"redirections": [
"https?://[^/]+/v1/[0-9a-f]{64}/(.*)"
]
},
"shutterstock.com": {
"urlPattern": "https?://([a-zA-Z0-9-]*\\.)?(shutterstock\\.com)(.*\\?.*)",
"completeProvider": false,
"rules": [
"src"
],
"exceptions": [],
"redirections": []
}
}
}