Skip to content

Commit fd42915

Browse files
committed
added rules for Bohemia Interactive and it's games.
1 parent a9a95b9 commit fd42915

File tree

6 files changed

+44
-0
lines changed

6 files changed

+44
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<ruleset name="ArmA 3 (Partial)" default_off="Bad Cert">
2+
<target host="arma3.com" />
3+
<target host="www.arma3.com" />
4+
<target host="feedback.arma3.com" />
5+
<target host="dev.arma3.com" />
6+
7+
<rule from="^http://(www\.)?arma3\.com/" to="https://www.arma3.com/" />
8+
<rule from="^http://(www\.)?(feedback\.|dev\.)?arma3\.com/" to="https://feedback.arma3.com/" />
9+
</ruleset>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset name="Bohemia Interactive (partial)">
2+
<target host="bistudio.com" />
3+
<target host="www.bistudio.com" />
4+
<target host="community.bistudio.com" />
5+
<target host="store.bistudio.com" />
6+
7+
<securecookie host="^(?:community|store)\.bistudio\.com$" name=".+" />
8+
9+
<rule from="^http://(www\.)?bistudio\.com/" to="https://www.bistudio.com/" />
10+
<rule from="^http://(www\.)?(community\.|store\.)?bistudio\.com/" to="https://community.bistudio.com/" />
11+
</ruleset>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="DayZ (Partial)" default_off="Bad Cert">
2+
<target host="dayz.com" />
3+
<target host="www.dayz.com" />
4+
5+
<rule from="^http://(www\.)?dayz\.com/" to="https://www.dayz.com/" />
6+
</ruleset>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="ArmA 2 (Partial)" default_off="Bad Cert">
2+
<target host="arma2.com" />
3+
<target host="www.arma2.com" />
4+
5+
<rule from="^http://(www\.)?arma2\.com/" to="https://www.arma2.com/" />
6+
</ruleset>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="ArmA Tactics (Partial)" default_off="Bad Cert">
2+
<target host="armatactics.com" />
3+
<target host="www.armatactics.com" />
4+
5+
<rule from="^http://(www\.)?armatactics\.com/" to="https://www.armatactics.com/" />
6+
</ruleset>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="Take On The Game (Partial)" default_off="Bad Cert">
2+
<target host="takeonthegame.com" />
3+
<target host="www.takeonthegame.com" />
4+
5+
<rule from="^http://(www\.)?takeonthegame\.com/" to="https://www.takeonthegame.com/" />
6+
</ruleset>

0 commit comments

Comments
 (0)