1 parent 9f5a62f commit 24cee56Copy full SHA for 24cee56
1 file changed
src/chrome/content/rules/OpenSnowMap.org.xml
@@ -0,0 +1,23 @@
1
+<!--
2
+ Invalid certificate:
3
+ www6.opensnowmap.org
4
+-->
5
+<ruleset name="OpenSnowMap.org">
6
+
7
+ <target host="opensnowmap.org" />
8
+ <target host="www.opensnowmap.org" />
9
+ <target host="beta.opensnowmap.org" />
10
+ <target host="blog.opensnowmap.org" />
11
+ <target host="tiles.opensnowmap.org" />
12
+ <target host="tiles7.opensnowmap.org" />
13
+ <target host="www7.opensnowmap.org" />
14
15
+ <securecookie host=".+" name=".+" />
16
17
+ <!-- Invalid certificate on https://opensnowmap.org/. -->
18
+ <rule from="^http://opensnowmap\.org/"
19
+ to="https://www.opensnowmap.org/" />
20
21
+ <rule from="^http:" to="https:" />
22
23
+</ruleset>
0 commit comments