New rules

#156 #157
This commit is contained in:
Kevin Röbert
2019-04-08 18:57:22 +02:00
parent 1caeeb29ab
commit c53a36999c
2 changed files with 24 additions and 2 deletions

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": []
}
}
}