Skip to content

Commit 7de4942

Browse files
committed
Merge pull request EFForg#208 from yorn/master
Added ruleset for Stichting IAPC
2 parents 224da60 + 7375946 commit 7de4942

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<ruleset name="Stichting IAPC">
2+
<target host="iapc.utwente.nl"/>
3+
<target host="*.iapc.utwente.nl"/>
4+
<target host="iapc.nl"/>
5+
<target host="*.iapc.nl"/>
6+
<target host="isdewinkelopen.nl"/>
7+
<target host="*.isdewinkelopen.nl"/>
8+
<target host="startjesucces.nl"/>
9+
<target host="*.startjesucces.nl"/>
10+
<rule from="^http://([^/:@]*)\.iapc\.utwente\.nl/" to="https://$1.iapc.utwente.nl/"/>
11+
<rule from="^http://([^/:@]*)\.iapc\.nl/" to="https://$1.iapc.utwente.nl/"/>
12+
<rule from="^http://iapc\.(utwente\.)?nl/" to="https://www.iapc.utwente.nl/"/>
13+
<rule from="^http://([^/:@]*\.)?isdewinkelopen\.nl/" to="https://isdewinkelopen.iapc.utwente.nl/"/>
14+
<rule from="^http://([^/:@]*\.)?startjesucces\.nl/" to="https://startjesucces.iapc.utwente.nl/"/>
15+
<securecookie host="(^|\.)iapc.utwente.nl$" name=".*" />
16+
</ruleset>

0 commit comments

Comments
 (0)