forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path16chan.nl.xml
More file actions
41 lines (25 loc) · 908 Bytes
/
16chan.nl.xml
File metadata and controls
41 lines (25 loc) · 908 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://16chan.nl/ => https://16chan.nl/: (7, 'Failed to connect to 16chan.nl port 443: Connection refused')
Fetch error: http://www.16chan.nl/ => https://16chan.nl/: (7, 'Failed to connect to 16chan.nl port 443: Connection refused')
www.16chan.nl: Mismatched
Insecure cookies are set for these domains: ᶜ
- .16chan.nl
ᶜ See https://owasp.org/index.php/SecureFlag
-->
<ruleset name="16chan.nl" default_off='failed ruleset test'>
<!-- Direct rewrites:
-->
<target host="16chan.nl" />
<!-- Complications:
-->
<target host="www.16chan.nl" />
<!-- Not secured by server:
-->
<!--securecookie host="^\.16chan\.nl$" name="^infinity_next_session$" /-->
<securecookie host=".+" name=".+" />
<rule from="^http://www\.16chan\.nl/"
to="https://16chan.nl/" />
<rule from="^http:"
to="https:" />
</ruleset>