We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c587a commit 8c4541fCopy full SHA for 8c4541f
src/chrome/content/rules/Stack-Exchange.xml
@@ -45,6 +45,7 @@
45
<target host="superuser.com" />
46
<target host="*.superuser.com" />
47
<target host="stackapps.com" />
48
+ <target host="www.stackapps.com" />
49
<exclusion pattern="^http://chat\.stackexchange\.com/" />
50
51
<rule from="^https?://(?:www\.)?(stackexchange|askubuntu|serverfault|superuser)\.com/favicon\.ico"
@@ -64,10 +65,10 @@
64
65
66
<rule from="^http://(www\.|meta\.|careers\.)?stackoverflow\.com/"
67
to="https://$1stackoverflow.com/" />
-
68
+
69
<rule from="^http://(www\.|meta\.)?serverfault\.com/"
70
to="https://$1serverfault.com/" />
71
72
<rule from="^http://(www\.|meta\.)?superuser\.com/"
73
to="https://$1superuser.com/" />
74
0 commit comments