Skip to content

Commit d2a0ad9

Browse files
committed
Merge pull request EFForg#2309 from jornane/iapc
Repair disabled ruleset iapc.utwente.nl
2 parents 9f0498f + 2e269a1 commit d2a0ad9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
1-
<!--
2-
Disabled by https-everywhere-checker because:
3-
Fetch error: http://iapc.utwente.nl/ => https://www.iapc.utwente.nl/: (6, 'Could not resolve host: iapc.utwente.nl')
4-
Fetch error: http://iapc.nl/ => https://www.iapc.utwente.nl/: (6, 'Could not resolve host: iapc.nl')
5-
-->
6-
<ruleset name="Stichting IAPC" default_off='failed ruleset test'>
1+
<ruleset name="Stichting IAPC">
2+
<!--
3+
# Not possible due to DNS policy Twente University (www.utwente.nl)
74
<target host="iapc.utwente.nl"/>
8-
<target host="*.iapc.utwente.nl"/>
95
<target host="iapc.nl"/>
6+
<rule from="^http://iapc\.(?:utwente\.)?nl/" to="https://www.iapc.utwente.nl/"/>
7+
-->
8+
<target host="*.iapc.utwente.nl"/>
109
<target host="*.iapc.nl"/>
1110
<target host="isdewinkelopen.nl"/>
1211
<target host="*.isdewinkelopen.nl"/>
1312
<target host="startjesucces.nl"/>
1413
<target host="*.startjesucces.nl"/>
1514
<rule from="^http://([^/:@]*)\.iapc\.utwente\.nl/" to="https://$1.iapc.utwente.nl/"/>
1615
<rule from="^http://([^/:@]*)\.iapc\.nl/" to="https://$1.iapc.utwente.nl/"/>
17-
<rule from="^http://iapc\.(?:utwente\.)?nl/" to="https://www.iapc.utwente.nl/"/>
1816
<rule from="^http://(?:[^/:@]*\.)?isdewinkelopen\.nl/" to="https://isdewinkelopen.iapc.utwente.nl/"/>
1917
<rule from="^http://(?:[^/:@]*\.)?startjesucces\.nl/" to="https://startjesucces.iapc.utwente.nl/"/>
2018
<securecookie host="(?:^|\.)iapc.utwente.nl$" name=".*" />
19+
<test url="http://www.iapc.utwente.nl/" />
20+
<test url="http://webapps.iapc.utwente.nl/" />
21+
<test url="http://www.iapc.nl/" />
22+
<test url="http://intra.iapc.nl/" />
23+
<test url="http://www.startjesucces.nl/" />
24+
<test url="http://www.isdewinkelopen.nl/" />
2125
</ruleset>

0 commit comments

Comments
 (0)