Skip to content

Commit 9ae7c1c

Browse files
author
MB
committed
2K Games
1 parent 7d06a64 commit 9ae7c1c

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<!--
2+
Nonfunctional domains:
3+
4+
- forums.2kgames.com (shows Citizen Skywatch website, CN: www.2kgames.com)
5+
6+
7+
Problematic domains:
8+
9+
- 2kgames.com (cert only matches www)
10+
11+
-->
12+
<ruleset name="2K Games (partial)">
13+
14+
<target host="store.2k.com" />
15+
<target host="2kgames.com" />
16+
<target host="*.2kgames.com" />
17+
18+
19+
<securecookie host="^store\.2k\.com$" name=".+" />
20+
<securecookie host="^.+\.2kgames\.com" name=".+" />
21+
22+
23+
<rule from="^http://store\.2k\.com/"
24+
to="https://store.2k.com/" />
25+
26+
<rule from="^https?://(?:www\.)?2kgames\.com/"
27+
to="https://www.2kgames.com/" />
28+
29+
<rule from="^http://downloads\.2kgames\.com/"
30+
to="https://downloads.2kgames.com/" />
31+
32+
</ruleset>

0 commit comments

Comments
 (0)