Skip to content

Commit

Permalink
Restricting maps regex
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Sep 21, 2024
1 parent 67c564f commit c1de0d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,8 @@
},
"targets": [
"^https?:\\/{2}maps\\.libredirect\\.invalid",
"^https?:\\/{2}(((www|maps)\\.)?(google\\.).*(\\/maps)|maps\\.(google\\.).*)"
"^https?:\\/{2}(www\\.)?maps\\.google(\\.[a-z]{2,3}){1,2}\\/",
"^https?:\\/{2}(www\\.)?google(\\.[a-z]{2,3}){1,2}\\/maps\\/?"
],
"name": "Maps",
"options": {
Expand Down

0 comments on commit c1de0d8

Please sign in to comment.