Skip to content

Commit 99282db

Browse files
braiamJ0WI
authored andcommitted
Excluded qa.sockets.stackexchange.com from Stack Exchange ruleset (EFForg#7518)
* Excluded qa.sockets.stackexchange.com from Stack Exchange ruleset This host should not be downgraded to http, since it's a hop to enable websockets. Close EFForg#3884 * Removed clc.serverfault.com, domain is no more
1 parent d303375 commit 99282db

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<target host="www.mathoverflow.net" />
2929

3030
<!-- Serverfault -->
31-
<target host="clc.serverfault.com" />
3231
<target host="meta.serverfault.com" />
3332
<target host="serverfault.com" />
3433

@@ -54,7 +53,11 @@
5453
<test url="https://meta.unix.stackexchange.com/" />
5554
<test url="https://meta.opendata.stackexchange.com/" />
5655
<test url="https://blog.gaming.stackexchange.com/" />
57-
56+
57+
<!-- but this one should not -->
58+
<exclusion pattern="^https://qa\.sockets\.stackexchange\.com/" />
59+
<test url="https://qa.sockets.stackexchange.com/" />
60+
5861
<!-- subdomains with no https support -->
5962
<exclusion pattern="^http://elections\.stackexchange\.com" />
6063
<test url="http://elections.stackexchange.com/" />

0 commit comments

Comments
 (0)