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