Skip to content

Commit c2d12d4

Browse files
authored
fix stackexchange.com, *.meta.stackexchange.com not redirecting
1 parent 6e5a0f1 commit c2d12d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
},
754754
"targets": [
755755
"^https?:\\/{2}(www\\.)?([a-zA-Z]+\\.)?stackoverflow\\.com\\/",
756-
"(?!^https?:\\/{2}(api|data|blog)\\.)^https?:\\/{2}([a-zA-Z0-9-]+\\.)stackexchange\\.com\\/",
756+
"^https?:\\/{2}((?!(api|data|blog)\\.)[a-zA-Z0-9-]+\\.(meta\\.)?)?stackexchange\\.com\\/",
757757
"^https?:\\/{2}(www\\.)?([a-zA-Z]+\\.)?(askubuntu\\.com|mathoverflow\\.net|serverfault\\.com|stackapps\\.com|superuser\\.com)\\/"
758758
],
759759
"name": "Stack Overflow",

0 commit comments

Comments
 (0)