We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d678ef3 + a782c3c commit 719f9d5Copy full SHA for 719f9d5
2 files changed
src/chrome/content/rules/rage4.com.xml
@@ -2,10 +2,10 @@
2
3
-->
4
<ruleset name="Rage4">
5
- <target host="royaldns.net" />
6
- <target host="www.royaldns.net" />
+ <target host="rage4.com" />
+ <target host="www.rage4.com" />
7
8
- <securecookie host="^(www\.)?royaldns\.net$" name=".+" />
+ <securecookie host="^(www\.)?rage4\.com$" name="." />
9
10
<rule from="^http:"
11
to="https:" />
src/chrome/content/rules/royaldns.net.xml
@@ -0,0 +1,12 @@
1
+ <!--
+
+ -->
+ <ruleset name="RoyalDNS.net">
+ <target host="royaldns.net" />
+ <target host="www.royaldns.net" />
+ <securecookie host="^(www\.)?royaldns\.net$" name=".+" />
+ <rule from="^http:"
+ to="https:" />
12
+ </ruleset>
0 commit comments