File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments