We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af2c9e commit 9bda01cCopy full SHA for 9bda01c
src/chrome/content/rules/ix.br.xml
@@ -0,0 +1,20 @@
1
+<!--
2
+ Nonfunctional hosts in *.ix.br:
3
+ - forum.ix.br (m)
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="ix.br">
12
+ <target host="ix.br" />
13
+ <target host="www.ix.br" />
14
+ <target host="kb.internal.ix.br" />
15
+ <target host="quarentena.internal.ix.br" />
16
+ <target host="meu.ix.br" />
17
+ <target host="my.ix.br" />
18
19
+ <rule from="^http:" to="https:" />
20
+</ruleset>
0 commit comments