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
27 lines (16 loc) · 596 Bytes
/
1X.xml
File metadata and controls
27 lines (16 loc) · 596 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
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://1x.com/ => https://1x.com/: (7, 'Failed to connect to 1x.com port 443: Connection refused')
Cert doesn't match www.
Problematic subdomains:
- mail (interrupted)
-->
<ruleset name="1X" default_off='failed ruleset test'>
<target host="1x.com" />
<target host="*.1x.com" />
<securecookie host="^\.1x\.com$" name=".+" />
<rule from="^http://(?:(autodiscover\.|owa\.)|www\.)?1x\.com/"
to="https://$11x.com/" />
<rule from="^http://mail\.1x\.com/(?:.*)"
to="https://mail.google.com/a/1x.com" />
</ruleset>