forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1X.xml
More file actions
38 lines (25 loc) · 615 Bytes
/
1X.xml
File metadata and controls
38 lines (25 loc) · 615 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
<!--
Problematic subdomains:
- mail (interrupted)
- www ²
² Mismatched
-->
<ruleset name="1X.com">
<!-- Direct rewrites:
-->
<target host="1x.com" />
<target host="autodiscover.1x.com" />
<target host="owa.1x.com" />
<!-- Complications:
-->
<target host="mail.1x.com" />
<target host="www.1x.com" />
<securecookie host="^\.1x\.com$" name=".+" />
<rule from="^http://mail\.1x\.com/.*"
to="https://mail.google.com/a/1x.com" />
<test url="http://mail.1x.com//" />
<rule from="^http://www\.1x\.com/"
to="https://1x.com/" />
<rule from="^http:"
to="https:" />
</ruleset>