Skip to content

Commit ec15031

Browse files
author
MB
committed
pr.co
1 parent 5d7a230 commit ec15031

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

src/chrome/content/rules/Pr.co.xml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
Nonfunctional hosts:
3+
4+
- blog ¹
5+
- status ²
6+
7+
¹ Refused
8+
² Dropped
9+
10+
11+
Fully covered hosts:
12+
13+
- (www.)?
14+
- press
15+
16+
17+
Insecure cookies are set for these domains and hosts:
18+
19+
- pr.co
20+
- .pr.co
21+
- www.pr.co
22+
23+
-->
24+
<ruleset name="pr.co (partial)">
25+
26+
<!-- Direct rewrites:
27+
-->
28+
<target host="pr.co" />
29+
<target host="press.pr.co" />
30+
<target host="www.pr.co" />
31+
32+
33+
<!-- Not secured by server:
34+
-->
35+
<!--securecookie host="^(www\.)?pr\.co$" name="^user_locale$" /-->
36+
<!--securecookie host="^\.pr\.co$" name="^(affiliate_code|prcosession)$" /-->
37+
<!--securecookie host="^www\.pr\.co$" name=".+" /-->
38+
39+
<securecookie host="^(?:\.|www\.)?pr\.co$" name=".+" />
40+
41+
42+
<rule from="^http:"
43+
to="https:" />
44+
45+
</ruleset>

0 commit comments

Comments
 (0)