Skip to content

Commit 85971a2

Browse files
committed
Merge pull request EFForg#2773 from julianladisch/vcd.org
[VCD.org] new ruleset
2 parents e0333d4 + c8f5afd commit 85971a2

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<ruleset name="VCD.org">
2+
<target host= "vcd.org" />
3+
<target host= "www.vcd.org" />
4+
<target host= "60plus.vcd.org" />
5+
<target host= "www.60plus.vcd.org" />
6+
<target host= "develop2050.vcd.org" />
7+
<target host= "lastenrad.vcd.org" />
8+
<target host= "www.lastenrad.vcd.org" />
9+
<target host= "mobilitaet2050.vcd.org" />
10+
<target host="www.mobilitaet2050.vcd.org" />
11+
<target host= "shop.vcd.org" />
12+
<!-- Invalid certificate (*.vcd.org and vcd.org only):
13+
cleanair-europe.org
14+
www.cleanair-europe.org
15+
-->
16+
17+
<securecookie host="^www\.vcd\.org$" name=".+" />
18+
<securecookie host="^mobilitaet2050\.vcd\.org" name=".+" />
19+
20+
<rule from="^https?://www\.60plus\.vcd\.org/"
21+
to="https://60plus.vcd.org/" />
22+
<rule from="^https?://www\.lastenrad\.vcd\.org/"
23+
to="https://lastenrad.vcd.org/" />
24+
<rule from="^https?://www\.mobilitaet2050\.vcd\.org/"
25+
to="https://mobilitaet2050.vcd.org/" />
26+
27+
<rule from="^http:" to="https:" />
28+
</ruleset>

0 commit comments

Comments
 (0)