Fix google docs Top-Level Domain regex
This commit is contained in:
parent
aabcaf16c5
commit
092182c83a
|
@ -56,7 +56,7 @@
|
|||
"exceptions": [
|
||||
".*(mail\\.google\\.)\\w{2,}(\\/mail\\/u\\/0)\\/.*",
|
||||
".*(google\\.)\\w{2,}(\\/upload)?(\\/drive)\\/.*",
|
||||
".*(docs\\.google\\.)w{2,}\\/.*"
|
||||
".*(docs\\.google\\.)\\w{2,}\\/.*"
|
||||
],
|
||||
"redirections": [
|
||||
"url=([^\\/|\\?|&]*)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user