Skip to content

Commit

Permalink
Added Google Safe Browsing exemption
Browse files Browse the repository at this point in the history
This addresses #70, where Safe Browsing is incorrectly filtered.
  • Loading branch information
Permanently committed Sep 12, 2023
1 parent 965c0c2 commit cb01208
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"^https?:\\/\\/news\\.google\\.com.*\\?hl=.",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/s\\?tbm=map.*?gs_[a-z]*=.",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:complete\\/search|setprefs|searchbyimage)",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:appsactivity|aclk\\?)"
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/(?:appsactivity|aclk\\?)",
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/safe[-]?browsing\\/([^&]+)"
],
"redirections": [
"^https?:\\/\\/(?:[a-z0-9-]+\\.)*?google(?:\\.[a-z]{2,}){1,}\\/url\\?.*?(?:url|q)=(https?[^&]+)",
Expand Down

0 comments on commit cb01208

Please sign in to comment.