We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204d5f8 commit 927e702Copy full SHA for 927e702
src/chrome/content/rules/spi-inc.org.xml
@@ -0,0 +1,17 @@
1
+<!--
2
+ Mismatch:
3
+ oldwww.spi-inc.org
4
+ 443 port closed:
5
+ lists.spi-inc.org
6
+-->
7
+<ruleset name="SPI Inc">
8
+ <target host="spi-inc.org" />
9
+ <target host="git.spi-inc.org" /> <!-- HTTP 302 -->
10
+ <target host="members.spi-inc.org" /> <!-- HSTS not preloaded -->
11
+ <target host="rt.spi-inc.org" /> <!-- HTTP 302 -->
12
+ <target host="www.spi-inc.org" />
13
+
14
+ <securecookie host=".+" name=".+" />
15
16
+ <rule from="^http:" to="https:" />
17
+</ruleset>
0 commit comments