Skip to content

Commit 2d063a2

Browse files
author
MB
committed
TUE.nl
1 parent 3e0bf35 commit 2d063a2

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
Eindhoven University of Technology
3+
4+
5+
Problematic subdomains:
6+
7+
- w3.win *
8+
9+
* Insecure renegotiation
10+
11+
12+
Partially covered subdomains:
13+
14+
- w3.win *
15+
16+
* Some pages redirect to http
17+
18+
19+
Fully covered subdomains:
20+
21+
- www.win
22+
23+
-->
24+
<ruleset name="TUE.nl (partial)">
25+
26+
<target host="*.tue.nl" />
27+
<!--
28+
Redirect to http:
29+
-->
30+
<!--exclusion pattern="^http://w3\.win\.tue\.nl/nl/$" /-->
31+
<!--
32+
Exceptions:
33+
-->
34+
<exclusion pattern="^http://w3\.win\.tue\.nl/+(?!favicon\.ico|fileadmin/|typo3temp/)" />
35+
36+
37+
38+
<rule from="^http://(w3\.win|www\.win)\.tue\.nl/"
39+
to="https://$1.tue.nl/" />
40+
41+
</ruleset>

0 commit comments

Comments
 (0)