Fix #11
+ Add rule for facebook like/share button.
+ Edit redirection rule for reddit, no more loops 🌴
This commit is contained in:
parent
6fc89a8b1a
commit
3ba9ef05e7
|
@ -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=([^\\/|\\?|&]*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user