Skip to content

Commit 7be7489

Browse files
committed
Merge pull request EFForg#387 from aoighost/master
New and updated rules
2 parents 9f08591 + fd42915 commit 7be7489

22 files changed

+152
-4
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="Bruteforce.gr (Partial)">
2+
<target host="bruteforce.gr" />
3+
<target host="www.bruteforce.gr" />
4+
5+
<rule from="^http://(www\.)?bruteforce\.gr/" to="https://bruteforce.gr/" />
6+
</ruleset>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<ruleset name="CyberAces (partial)">
2+
<target host="online.cyberaces.org" />
3+
<target host="cyberaces.org" />
4+
<target host="www.online.cyberaces.org" />
5+
6+
<rule from="^http://(www\.)?online\.cyberaces\.org/" to="https://www.online.cyberaces.org/" />
7+
</ruleset>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<ruleset name="Cybercompex.org" default_off="Bad Cert">
2+
<target host="cybercompex.org" />
3+
<target host="www.cybercompex.org" />
4+
5+
<rule from="^http://(www\.)?cybercompex\.org/" to="https://www.cybercompex.org/" />
6+
</ruleset>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<ruleset name="Cyberquests (Partial)">
2+
<target host="quiz-uscc.cyberquests.org" />
3+
4+
<rule from="^http://quiz-uscc\.cyberquests\.org/" to="https://quiz-uscc.cyberquests.org/" />
5+
</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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<ruleset name="Delaware Technical Community College (partial)">
2+
<target host="dtcc.edu" />
3+
<target host="login.dtcc.edu" />
4+
<target host="www.dtcc.edu" />
5+
6+
<rule from="^http://(www\.)?dtcc\.edu/" to="https://www.dtcc.edu/" />
7+
<rule from="^http://(www\.)?login\.dtcc\.edu/" to="https://login.dtcc.edu/" />
8+
</ruleset>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<ruleset name="GOG (partial)">
2+
<target host="gog.com" />
3+
<target host="www.gog.com" />
4+
5+
<rule from="^http://(www\.)?gog\.com/" to="https://www.gog.com/" />
6+
7+
<exclusion pattern="^http://(?:www\.)?gog\.com/(?:games|forum|support/)" />
8+
</ruleset>
9+
10+
11+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<ruleset name="greenman gaming (partial)">
2+
<target host="greenmangaming.com" />
3+
<target host="www.greenmangaming.com" />
4+
5+
<rule from="^http://(www\.)?greenmangaming\.com/user/login" to="https://www.greenmangaming.com/user/login" />
6+
<rule from="^http://(www\.)?greenmangaming\.com/user/account" to="https://www.greenmangaming.com/user/account" />
7+
</ruleset>

0 commit comments

Comments
 (0)