1 parent f5bb16a commit 8cf0540Copy full SHA for 8cf0540
1 file changed
src/chrome/content/rules/Zoo.org.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+ Different HTTP/HTTPS content:
3
+ - education1.zoo.org
4
+ - mail.zoo.org
5
+
6
+ Secure connection failed:
7
+ - blog.zoo.org
8
9
+ Unable to connect:
10
+ - elephants.zoo.org
11
+ - mymail.zoo.org
12
+-->
13
+<ruleset name="Zoo.org">
14
+ <target host="zoo.org" />
15
+ <target host="www.zoo.org" />
16
+ <target host="education.zoo.org" />
17
+ <target host="shop.zoo.org" />
18
+ <target host="specialoffer.zoo.org" />
19
+ <target host="zoostore.zoo.org" />
20
21
+ <rule from="^http:" to="https:" />
22
+</ruleset>
0 commit comments