We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d08ea commit 6454e4fCopy full SHA for 6454e4f
src/chrome/content/rules/Quassel-irc.org.xml
@@ -0,0 +1,19 @@
1
+<!--
2
+ Nonfunctional hosts in *.quassel-irc.org:
3
+ - lists.quassel-irc.org (r)
4
+
5
+ h: http redirect
6
+ m: certificate mismatch
7
+ r: connection refused
8
+ s: self-signed certificate
9
+ t: timeout on https
10
+-->
11
+<ruleset name="Quassel-irc.org">
12
+ <target host="quassel-irc.org" />
13
+ <target host="www.quassel-irc.org" />
14
+ <target host="bugs.quassel-irc.org" />
15
+ <target host="git.quassel-irc.org" />
16
+ <target host="wiki.quassel-irc.org" />
17
18
+ <rule from="^http:" to="https:" />
19
+</ruleset>
0 commit comments