Skip to content

Commit 7260ba4

Browse files
author
MB
committed
BioShock Infinite
1 parent 4ab4506 commit 7260ba4

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Other 2K Games rulesets:
33
44
- 2K_Sports.xml
5+
- BioShock_Infinite.xml
56
67
78
Nonfunctional domains:
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!--
2+
For other 2K Games coverage, see 2K_Games.xml.
3+
4+
-->
5+
<ruleset name="BioShock Infinite">
6+
7+
<target host="bioshockinfinite.com" />
8+
<target host="www.bioshockinfinite.com" />
9+
<target host="finkmanufacturing.com" />
10+
<target host="www.finkmanufacturing.com" />
11+
12+
13+
<securecookie host="^www\.bioshockinfinite\.com$" name=".+" />
14+
<securecookie host="^(?:www\.)?finkmanufacturing\.com$" name=".+" />
15+
16+
17+
<rule from="^http://(www\.)?bioshockinfinite\.com/"
18+
to="https://$1bioshockinfinite.com/" />
19+
20+
<!-- Fails to redirect
21+
-->
22+
<rule from="^http://finkmanufacturing\.com/(?:\?.*)?$"
23+
to="https://www.finkmanufacturing.com/" />
24+
25+
<rule from="^http://(www\.)?finkmanufacturing\.com/"
26+
to="https://$1finkmanufacturing.com/" />
27+
28+
</ruleset>

0 commit comments

Comments
 (0)