Skip to content

Commit 283dae7

Browse files
author
MB
committed
[Stack Exchange] Force !www for stackapps.com
1 parent e474bf5 commit 283dae7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/chrome/content/rules/Stack-Exchange.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
- meta.*.stackexchange.com (mismatched, CN: *.stackexchange.com)
1313
1414
15+
Problematic domains:
16+
17+
- www.stackapps.com *
18+
19+
* Mismatched
20+
21+
1522
Fully covered domains:
1623
1724
- cdn-chat.sstatic.com
@@ -83,8 +90,8 @@
8390
<rule from="^http://cdn-chat\.sstatic\.net/"
8491
to="https://cdn-chat.sstatic.net/" />
8592

86-
<rule from="^http://(www\.)?stackapps\.com/"
87-
to="https://$1stackapps.com/" />
93+
<rule from="^http://(?:www\.)?stackapps\.com/"
94+
to="https://stackapps.com/" />
8895

8996
<rule from="^http://(\w+\.)?stackexchange\.com/"
9097
to="https://$1stackexchange.com/" />

0 commit comments

Comments
 (0)