anonoverflow: exclude unsupported domains

This commit is contained in:
NoPlagiarism 2024-04-10 20:02:03 +05:00
parent 227888b637
commit 2488cbf767
1 changed files with 1 additions and 1 deletions

View File

@ -664,7 +664,7 @@
},
"targets": [
"^https?:\\/{2}(www\\.)?([a-zA-Z]+\\.)?stackoverflow\\.com\\/",
"^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/",
"(?!^https?:\\/{2}(api|data|blog)\\.)^https?:\\/{2}([a-zA-Z0-9-]+\\.)stackexchange\\.com\\/",
"^https?:\\/{2}(www\\.)?([a-zA-Z]+\\.)?(askubuntu\\.com|mathoverflow\\.net|serverfault\\.com|stackapps\\.com|superuser\\.com)\\/"
],
"name": "Stack Overflow",