Skip to content

Commit

Permalink
Merge branch 'master' into 'master'
Browse files Browse the repository at this point in the history
Fix Google OAuth breakage

See merge request ClearURLs/rules!56
  • Loading branch information
KevinRoebert committed Mar 8, 2024
2 parents 14b6d06 + f9f51a0 commit f16242c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@
"rawRules": [],
"exceptions": [
"^https?:\\/\\/mail\\.google\\.com\\/mail\\/u\\/",
"^https?:\\/\\/accounts\\.google\\.com\\/o\\/oauth2\\/",
"^https?:\\/\\/accounts\\.google\\.com\\/signin\\/oauth\\/",
"^https?:\\/\\/(?:docs|accounts)\\.google(?:\\.[a-z]{2,}){1,}",
"^https?:\\/\\/([a-z0-9-\\.])*(chat|drive)\\.google\\.com\\/videoplayback",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}(?:\\/upload)?\\/drive\\/",
Expand Down Expand Up @@ -273,6 +275,7 @@
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?matrix\\.org\\/_matrix\\/",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?(?:cloudflare\\.com|prismic\\.io|tangerine\\.ca|gitlab\\.com)",
"^https?:\\/\\/myaccount.google(?:\\.[a-z]{2,}){1,}",
"^https?:\\/\\/accounts.google(?:\\.[a-z]{2,}){1,}",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?gcsip\\.(?:com|nl)[^?]*\\?.*?&?ref_?=.",
"^https?:\\/\\/[^/]+/[^/]+/[^/]+\\/-\\/refs\\/switch[^?]*\\?.*?&?ref_?=.",
"^https?:\\/\\/bugtracker\\.[^/]*\\/[^?]+\\?.*?&?ref_?=[^/?&]*",
Expand Down

0 comments on commit f16242c

Please sign in to comment.