2 parents 823e3c6 + 3691591 commit f4a333dCopy full SHA for f4a333d
1 file changed
src/chrome/content/rules/Itpol.dk.xml
@@ -1,6 +1,19 @@
1
+<!--
2
+ Problematic subdomains
3
+
4
+ - ^ ²
5
+ - www ¹²
6
+ - wiki ¹²³
7
8
+ ¹: Hostname not in cert (CN: itpol.dk).
9
+ ²: CA (CAcert) not in stores.
10
+ ³: Redirects to ^.
11
+-->
12
<ruleset name="Itpol.dk (default off)" default_off="expired certificate" platform="cacert">
- <target host="itpol.dk" />
- <target host="www.itpol.dk" />
13
- <rule from="^http://(?:www\.)?itpol\.dk/" to="https://www.itpol.dk/" />
14
+ <target host="itpol.dk" />
15
+ <target host="www.itpol.dk" />
16
17
+ <rule from="^http://(?:www\.)?itpol\.dk/" to="https://itpol.dk/" />
18
19
</ruleset>
0 commit comments