[Microsoft] Amend comment, split Office.com, add *office.com (comment… · proxymoron/https-everywhere@59fbf79 · GitHub
Skip to content

Commit 59fbf79

Browse files
author
MB
committed
[Microsoft] Amend comment, split Office.com, add *office.com (comments|coverage)
1 parent 27f7148 commit 59fbf79

3 files changed

Lines changed: 52 additions & 11 deletions

File tree

src/chrome/content/rules/Microsoft.xml

Lines changed: 2 additions & 10 deletions
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!--
2+
For other Microsoft coverage, see Microsoft.xml.
3+
4+
5+
Nonfunctional hosts in *office.com:
6+
7+
- blogs *
8+
9+
* Dropped
10+
11+
12+
Fully covered hosts in *office.com:
13+
14+
- (www.)? (^ → www)
15+
- store
16+
- support
17+
- templates
18+
19+
20+
Insecure cookies are set for these domains and hosts:
21+
22+
- office.com
23+
- .office.com
24+
- www.office.com
25+
26+
-->
27+
<ruleset name="Office.com (partial)">
28+
29+
<!-- Direct rewrites:
30+
-->
31+
<target host="office.com" />
32+
<target host="store.office.com" />
33+
<target host="support.office.com" />
34+
<target host="templates.office.com" />
35+
<target host="www.office.com" />
36+
37+
38+
<!-- Not secured by server:
39+
-->
40+
<!--securecookie host="^(www\.)?office\.com$" name="^BIGipCookie$" /-->
41+
<!--securecookie host="^\.office\.com$" name="^AM3-ARRAffinity$" /-->
42+
43+
<securecookie host="^(?:www\.)?office\.com$" name=".+" />
44+
45+
46+
<rule from="^http:"
47+
to="https:" />
48+
49+
</ruleset>

utils/ruleset-coverage-whitelist.txt

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)