Skip to content

Commit 1f834a5

Browse files
author
MB
committed
1X
1 parent b8616c5 commit 1f834a5

File tree

1 file changed

+25
-0
lines changed
  • src/chrome/content/rules

1 file changed

+25
-0
lines changed

src/chrome/content/rules/1X.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
Cert doesn't match www.
3+
4+
5+
Problematic subdomains:
6+
7+
- mail (interrupted)
8+
9+
-->
10+
<ruleset name="1X">
11+
12+
<target host="1x.com" />
13+
<target host="*.1x.com" />
14+
15+
16+
<securecookie host="^\.1x\.com$" name=".+" />
17+
18+
19+
<rule from="^http://(?:(autodiscover\.|owa\.)|www\.)?1x\.com/"
20+
to="https://$11x.com/" />
21+
22+
<rule from="^https?://mail\.1x\.com/(?:.*)"
23+
to="https://mail.google.com/a/1x.com" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)