We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e07dd0 commit 8f2fea8Copy full SHA for 8f2fea8
src/chrome/content/rules/TheSims3.com.xml
@@ -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