Update data.json

Add Rules for facebook.com, "ref" like : https://www.facebook.com/?ref=logo OR https://www.facebook.com/?ref=tn_tnmn
This commit is contained in:
Machou 2018-09-07 01:31:30 +00:00
parent fe8da01f4c
commit 83658d0e05

View File

@ -186,7 +186,8 @@
"urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)", "urlPattern": "(https:\\/\\/|http:\\/\\/)([a-zA-Z0-9-]*\\.)?(facebook)(\\.[a-zA-Z]{2,})(.*\\?.*)",
"completeProvider": false, "completeProvider": false,
"rules": [ "rules": [
"hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?" "hc_location=[^\\/|\\?|&]*(\\/|&(amp;)?)?",
"ref=[^\\/|\\?|&]*(\\/|&(amp;)?)?"
], ],
"exceptions": [ "exceptions": [
".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*" ".*(facebook\\.)\\w{2,}.*(\\/plugins\\/).*"