Added exceptions

#274
This commit is contained in:
Kevin Röbert 2019-10-08 15:26:00 +02:00
parent 94bb289bfa
commit 8cffd42108

View File

@ -296,7 +296,9 @@
"exceptions": [
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*",
".*(facebook\\.)\\w{2,}.*(\\/dialog\\/share).*",
".*(facebook\\.)\\w{2,}.*(\\/groups\\/member_bio\\/bio_dialog\\/).*"
".*(facebook\\.)\\w{2,}.*(\\/groups\\/member_bio\\/bio_dialog\\/).*",
".*(facebook\\.)\\w{2,}.*(\\/photo\\.php\\?).*",
".*(facebook\\.)\\w{2,}.*(\\/ajax\\/).*"
],
"redirections": [
".*l[a-zA-Z]?\\.facebook\\..*\\/.*l\\.php\\?.*u=((https%3A%2F%2F|http%3A%2F%2F)[^&]*)"