Skip to content

Commit 49291eb

Browse files
author
MB
committed
Ruhr-Uni-Bochum.de
1 parent daf8d28 commit 49291eb

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
<!--
2+
Ruhr-Universitaet Bochum
3+
4+
5+
^ruhr-uni-bochum.de: mismatched
6+
7+
8+
Problematic domains:
9+
10+
- aktuell.ruhr-uni-bochum.de ¹
11+
- ruhr-uni-bochum.de ²
12+
13+
¹ Mismatched, CN: www5.rz.ruhr-uni-bochum.de
14+
² Mismatched
15+
16+
17+
Fully covered subdomains:
18+
19+
- (www.) (^ -> www)
20+
- www.rz
21+
22+
23+
Partially covered subdomains:
24+
25+
- www.cits *
26+
27+
* Avoiding false/broken MCB
28+
29+
30+
Mixed content:
31+
32+
- css, on:
33+
34+
- www.cits from www.rz ¹
35+
- www5.rz from www.rz.ruhr-uni-bochum.de ¹
36+
37+
- Images, on:
38+
39+
- www.cits from www.rz ¹
40+
- www.rz from aktuell.rub.de
41+
- www5.rz from www.rz ¹
42+
- www5.rz from www ¹
43+
- www from aktuell.rub.de ²
44+
- www from aktuell.ruhr-uni-bochum.de ²
45+
46+
¹ Secured by us
47+
² Not secured by us <= mismatched
48+
49+
-->
50+
<ruleset name="Ruhr-Uni-Bochum.de (partial)">
51+
52+
<target host="ruhr-uni-bochum.de" />
53+
<target host="*.ruhr-uni-bochum.de" />
54+
<!--
55+
Avoid false/broken MCB:
56+
-->
57+
<exclusion pattern="^http://www\.cits\.ruhr-uni-bochum\.de/+(?!imperia/md/(?:content|images)/)" />
58+
59+
60+
<rule from="^http://(?:www\.)?ruhr-uni-bochum\.de/"
61+
to="https://www.ruhr-uni-bochum.de/" />
62+
63+
<rule from="^http://(www\.cits|(?:helpdesk|www)\.rz)\.ruhr-uni-bochum\.de/"
64+
to="https://$1.ruhr-uni-bochum.de/" />
65+
66+
</ruleset>

0 commit comments

Comments
 (0)