forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1X.xml
43 lines (28 loc) · 971 Bytes
/
1X.xml
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
42
43
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://autodiscover.1x.com/ => https://autodiscover.1x.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Fetch error: http://owa.1x.com/ => https://owa.1x.com/: (60, 'SSL certificate problem: unable to get local issuer certificate')
Problematic subdomains:
- mail (interrupted)
- www ²
² Mismatched
-->
<ruleset name="1X.com" default_off="failed ruleset test">
<!-- 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>