We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1a8fb commit f0d457aCopy full SHA for f0d457a
src/chrome/content/rules/Retravision.com.au.xml
@@ -0,0 +1,24 @@
1
+<!--
2
+ Non-functional subdomains:
3
+ - catalogues (m)
4
+
5
+ e: expired certificate
6
+ h: http redirect
7
+ i: invalid certificate chain
8
+ m: certificate mismatch
9
+ r: connection refused
10
+ s: self-signed certificate
11
+ t: timeout on https
12
+-->
13
+<ruleset name="Retravision">
14
15
+ <target host="retravision.com.au" />
16
+ <target host="www.retravision.com.au" />
17
+ <target host="clearance.retravision.com.au" />
18
+ <target host="commercial.retravision.com.au" />
19
20
+ <securecookie host=".+" name=".+" />
21
22
+ <rule from="^http:"
23
+ to="https:" />
24
+</ruleset>
0 commit comments