forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2K_Games.xml
More file actions
71 lines (44 loc) · 1.53 KB
/
2K_Games.xml
File metadata and controls
71 lines (44 loc) · 1.53 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
68
69
70
71
<!--
Disabled by https-everywhere-checker because:
Fetch error: http://2k.com/ => https://www.2k.com/: Cycle detected - URL already encountered: http://2k.com/
Fetch error: http://2kgames.com/ => https://www.2kgames.com/: Cycle detected - URL already encountered: http://2kgames.com/
Other 2K Games rulesets:
- 2K_Sports.xml
- BioShock_Infinite.xml
Nonfunctional domains:
- store.2k.com ¹
- forums.2kgames.com ²
¹ Digital River
² Shows Citizen Skywatch website, CN: www.2kgames.com
Problematic domains:
- 2k.com ¹
- 2kgames.com ²
¹ Cert only matches www.2k.com
² 404
Fully covered domains:
- (www.)?2k.com (^ → www)
- api.2k.com
- blog.2k.com
- (www.)?2kgames.com (^ → www)
- downloads.2kgames.com
Mixed content:
- Images on blog.2k.com, www.2k.com from i.imgur.com *
* Secured by us
-->
<ruleset name="2K Games (partial)" default_off='failed ruleset test'>
<target host="2k.com" />
<target host="*.2k.com" />
<exclusion pattern="^http://store\.2k\.com/+(?!Admin/|DRHM/|favicon\.io)" />
<target host="2kgames.com" />
<target host="*.2kgames.com" />
<securecookie host="^store\.2k\.com$" name=".+" />
<securecookie host=".+\.2kgames\.com" name=".+" />
<rule from="^http://(?:www\.)?2k\.com/"
to="https://www.2k.com/" />
<rule from="^http://(api|blog|store)\.2k\.com/"
to="https://$1.2k.com/" />
<rule from="^http://(?:www\.)?2kgames\.com/"
to="https://www.2kgames.com/" />
<rule from="^http://downloads\.2kgames\.com/"
to="https://downloads.2kgames.com/" />
</ruleset>