We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544f440 commit 6165ab6Copy full SHA for 6165ab6
src/chrome/content/rules/Wingz.me.xml
@@ -0,0 +1,19 @@
1
+<!--
2
+ Nonfunctional hosts in *.wingz.me:
3
+ - blog.wingz.me (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="Wingz.me">
12
+ <target host="wingz.me" />
13
+ <target host="www.wingz.me" />
14
+ <target host="app.wingz.me" />
15
+ <target host="auth.wingz.me" />
16
+ <target host="help.wingz.me" />
17
18
+ <rule from="^http:" to="https:" />
19
+</ruleset>
0 commit comments