We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0bf35 commit 2d063a2Copy full SHA for 2d063a2
1 file changed
src/chrome/content/rules/TUE.nl.xml
@@ -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
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