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