1 parent 437a0b3 commit fa03834Copy full SHA for fa03834
1 file changed
src/chrome/content/rules/Njal.la.xml
@@ -1,26 +1,26 @@
1
<!--
2
- Non-functional subdomains:
3
- - mailfwd (r)
4
- - mx (r)
5
- - support (r)
6
- - test (r)
7
- - z (r)
+ Timeout:
+ - git
+ - mailfwd
+ - mx
+ - ns2
+ - ns3
8
+ - test
9
- e: expired certificate
10
- h: http redirect
11
- i: invalid certificate chain
12
- m: certificate mismatch
13
- r: connection refused
14
- s: self-signed certificate
15
- t: timeout on https
16
--->
17
-<ruleset name="Njalla">
+ Mismatched:
+ - ns0
+ - redirect
18
+ HTTP != HTTPS:
+ - netbox
+-->
+<ruleset name="Njal.la">
19
<target host="njal.la" />
20
<target host="www.njal.la" />
+ <target host="dns.njal.la" />
21
+ <target host="next.njal.la" />
22
23
<securecookie host=".+" name=".+" />
24
- <rule from="^http:"
25
- to="https:" />
+ <rule from="^http:" to="https:" />
26
</ruleset>
0 commit comments