Skip to content

Commit 24cee56

Browse files
Add ruleset for opensnowmap.org (EFForg#18872)
1 parent 9f5a62f commit 24cee56

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)