Skip to content

Commit 169472e

Browse files
author
MB
committed
2K Sports
1 parent 9ae7c1c commit 169472e

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

src/chrome/content/rules/2K_Games.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<!--
2+
Other 2K Games rulesets:
3+
4+
- 2K_Sports.xml
5+
6+
27
Nonfunctional domains:
38
49
- forums.2kgames.com (shows Citizen Skywatch website, CN: www.2kgames.com)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!--
2+
For other 2K Games coverage, see 2K_Games.xml.
3+
4+
-->
5+
<ruleset name="2K Sports">
6+
7+
<target host="2ksports.com" />
8+
<target host="*.2ksports.com" />
9+
10+
11+
<securecookie host="^(?:www\.)?2ksports\.com$" name=".+" />
12+
13+
14+
<rule from="^http://(\w\.2k13-fb\.|www\.)?2ksports\.com/"
15+
to="https://$12ksports.com/" />
16+
17+
</ruleset>

0 commit comments

Comments
 (0)