We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a50b11f commit 41e6bc0Copy full SHA for 41e6bc0
src/chrome/content/rules/Budget.ca.xml
@@ -0,0 +1,27 @@
1
+<!--
2
+ For other Budget coverage, see Budget.com.xml
3
+
4
5
+ Non-functional subdomains:
6
+ - qa (t)
7
+ - qa[1-3] (HTTP 503 error)
8
9
+ e: expired certificate
10
+ h: http redirect
11
+ i: invalid certificate chain
12
+ m: certificate mismatch
13
+ r: connection refused
14
+ s: self-signed certificate
15
+ t: timeout on https
16
+-->
17
+<ruleset name="Budget.ca">
18
19
+ <target host="budget.ca" />
20
+ <target host="www.budget.ca" />
21
+ <target host="truck.budget.ca" />
22
23
+ <securecookie host=".+" name=".+" />
24
25
+ <rule from="^http:"
26
+ to="https:" />
27
+</ruleset>
0 commit comments