forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1984.is.xml
More file actions
33 lines (22 loc) · 685 Bytes
/
1984.is.xml
File metadata and controls
33 lines (22 loc) · 685 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
<!--
For other 1984 Hosting coverage, see 1984_Hosting.com.xml.
Fully covered domains:
- (www.)?1984.is
- kb.1984.is
- owa.1984.is
Insecure cookies are set for these domains:
- 1984.is
- www.1984.is
-->
<ruleset name="1984.is">
<target host="1984.is" />
<target host="*.1984.is" />
<test url="http://kb.1984.is/" />
<test url="http://owa.1984.is/" />
<test url="http://www.1984.is/" />
<!-- Not secured by server:
-->
<!--securecookie host="^(www\.)?1984\.is$" name="^(csrftoken|user_id)$" /-->
<securecookie host="^(?:\.|www\.)?1984\.is$" name=".*" />
<rule from="^http://((?:kb|owa|www)\.)?1984\.is/" to="https://$11984.is/"/>
</ruleset>