We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2215f commit 1f82abeCopy full SHA for 1f82abe
1 file changed
src/chrome/content/rules/Get_Foxy_Proxy.org.xml
@@ -1,16 +1,14 @@
1
-<!--
2
- Nonfunctional subdomains:
3
-
4
- - forums (refused)
5
6
--->
7
<ruleset name="Get Foxy Proxy.org (partial)">
8
9
<target host="getfoxyproxy.org" />
10
<target host="www.getfoxyproxy.org" />
+ <target host="forums.getfoxyproxy.org" />
11
12
13
<rule from="^http://(www\.)?getfoxyproxy\.org/"
14
to="https://$1getfoxyproxy.org/" />
15
+ <rule from="http://forums\.getfoxyproxy\.org/"
+ to="https://forums.getfoxyproxy.org/"
+
16
</ruleset>
0 commit comments