forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2K.com.xml
More file actions
67 lines (48 loc) · 1.36 KB
/
2K.com.xml
File metadata and controls
67 lines (48 loc) · 1.36 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!--
Other 2K Games rulesets:
- 2K_Games.xml
- 2K_Sports.xml
- BioShock_Infinite.xml
Nonfunctional hosts in *2k.com:
- forums ¹
- store ²
- support ³
¹ 404
² Digital River
³ Zendesk
Insecure cookies are set for these domains and hosts:
- .2k.com
- www.2k.com
-->
<ruleset name="2K.com (partial)">
<!-- Direct rewrites:
-->
<target host="2k.com" />
<target host="api.2k.com" />
<target host="blog.2k.com" />
<target host="store.2k.com" />
<target host="www.2k.com" />
<!-- Redirects to http:
-->
<!--exclusion pattern="^http://store\.2k\.com/store\?Action=home" /-->
<!--
Exceptions:
-->
<exclusion pattern="^http://store\.2k\.com/+(?!Admin/|DRHM/|favicon\.io)" />
<!-- +ve:
-->
<test url="http://store.2k.com/sale" />
<test url="http://store.2k.com/store" />
<test url="http://store.2k.com/store?Action=home" />
<!-- -ve:
-->
<test url="http://store.2k.com/favicon.ico" />
<!-- Not secure by server:
-->
<!--securecookie host="^\.2k\.com$" name="^(?:PHPSESSID|blog-2k_(?:last_activity|last_visit|tracker))$" /-->
<!--securecookie host="^www\.2k\.com$" name="^2K$" /-->
<securecookie host="^\.2k\.com$" name="^(?:PHPSESSID|blog-2k_(?:last_activity|last_visit|tracker))$" />
<securecookie host="^www\.2k\.com$" name=".+" />
<rule from="^http:"
to="https:" />
</ruleset>