+ Add rule for facebook like/share button.
+ Edit redirection rule for reddit, no more loops 🌴
This commit is contained in:
Kevin Röbert 2017-11-18 01:08:55 +01:00
parent 6fc89a8b1a
commit 3ba9ef05e7

View File

@ -154,7 +154,9 @@
"[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?", "[a-zA-Z]*ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [], "exceptions": [
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/share_button.php).*"
],
"redirections": [] "redirections": []
}, },
"imdb": { "imdb": {
@ -181,7 +183,7 @@
"rules": [], "rules": [],
"exceptions": [], "exceptions": [],
"redirections": [ "redirections": [
"url=([^\\/|\\?|&]*)" "(https:\\/\\/||http:\\/\\/).*(out\\.reddit\\.)\\w{2,}\\/.*url=([^\\/|\\?|&]*)"
] ]
} }
, ,