We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae7c1c commit 169472eCopy full SHA for 169472e
src/chrome/content/rules/2K_Games.xml
@@ -1,4 +1,9 @@
1
<!--
2
+ Other 2K Games rulesets:
3
+
4
+ - 2K_Sports.xml
5
6
7
Nonfunctional domains:
8
9
- forums.2kgames.com (shows Citizen Skywatch website, CN: www.2kgames.com)
src/chrome/content/rules/2K_Sports.xml
@@ -0,0 +1,17 @@
+<!--
+ For other 2K Games coverage, see 2K_Games.xml.
+-->
+<ruleset name="2K Sports">
+ <target host="2ksports.com" />
+ <target host="*.2ksports.com" />
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