We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88f88b commit 5507b7aCopy full SHA for 5507b7a
src/chrome/content/rules/bullzip.com.xml
@@ -0,0 +1,22 @@
1
+<!--
2
+ Invalid certificate:
3
+ cdn.bullzip.com
4
+ support.bullzip.com
5
+
6
+ Refused:
7
+ wiki.bullzip.com
8
9
+ Time out:
10
+ ftp.bullzip.com
11
+ imap.bullzip.com
12
+ mail.bullzip.com
13
+ pop.bullzip.com
14
+ ssh.bullzip.com
15
+-->
16
+<ruleset name="bullzip.com">
17
+ <target host="bullzip.com" />
18
+ <target host="www.bullzip.com" />
19
+ <target host="update.bullzip.com" />
20
21
+ <rule from="^http:" to="https:" />
22
+</ruleset>
0 commit comments