Skip to content

Commit 8f2fea8

Browse files
injustJ0WI
authored andcommitted
Create ruleset: TheSims3.com (EFForg#16469)
* Create ruleset: TheSims3.com * Oops * Oops
1 parent 8e07dd0 commit 8f2fea8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--
2+
Invalid certificate:
3+
- thesims3.com, equivalent to www.thesims3.com
4+
-->
5+
6+
<ruleset name="TheSims3.com">
7+
<target host="thesims3.com"/>
8+
<target host="*.thesims3.com"/>
9+
<test url="http://www.thesims3.com/" />
10+
<test url="http://ca.thesims3.com/" />
11+
<test url="http://forum.thesims3.com/" />
12+
13+
<rule from="^http://thesims3\.com/"
14+
to="https://www.thesims3.com/" />
15+
16+
<!-- \w\w: country codes -->
17+
<rule from="^http://(www|forum|\w\w)\.thesims3\.com/"
18+
to="https://$1.thesims3.com/"/>
19+
</ruleset>

0 commit comments

Comments
 (0)