|
| 1 | +<!-- |
| 2 | +
|
| 3 | + Hosts may take a long time to respond. |
| 4 | + |
| 5 | + Other CIMB Group rulesets: |
| 6 | + - CIMB-Singapore.xml |
| 7 | + - CIMB-Indonesia.xml |
| 8 | + - CIMB-Thailand.xml |
| 9 | + - CIMB-Cambodia.xml |
| 10 | +
|
| 11 | + Non-functional domain: |
| 12 | + - (www.)cimbbizchannel.com ¹ |
| 13 | + - survey.cimbbank.com.my (¹², CN: www.cimbbank.com.my) |
| 14 | + - (wwww.)cimbetf.com ¹ |
| 15 | + - (www.)cimbsecurities.com (², CN: *.itradecimb.com.my, itradecimb.com.my) |
| 16 | + - (www.)cwealthadvisors.com.my (², CN: www.cimb-principal.com.my) |
| 17 | + - (www.)cimbaviva.com (site unreachable) |
| 18 | +
|
| 19 | + ¹ Expired cert 12/04/15 09:29 |
| 20 | + ² Mismatch hostname |
| 21 | +
|
| 22 | +--> |
| 23 | + |
| 24 | +<ruleset name="CIMB Malaysia"> |
| 25 | + |
| 26 | + <target host= "cimb.com" /> |
| 27 | + <target host="www.cimb.com" /> |
| 28 | + <target host="ebms.cimb.com" /> |
| 29 | + <target host= "cimbpreferred.com" /> |
| 30 | + <target host="www.cimbpreferred.com" /> |
| 31 | + <target host= "cimbbank.com.my" /> |
| 32 | + <target host="www.cimbbank.com.my" /> |
| 33 | + <target host= "cimbclicks.com.my" /> |
| 34 | + <target host="www.cimbclicks.com.my" /> |
| 35 | + <target host= "itradecimb.com.my" /> |
| 36 | + <target host= "www.itradecimb.com.my" /> |
| 37 | + <target host= "secure.itradecimb.com.my" /> |
| 38 | + <target host="secure8.itradecimb.com.my" /> |
| 39 | + <target host= "eipocimb.com" /> |
| 40 | + <target host="www.eipocimb.com" /> |
| 41 | + <target host= "cimb-principal.com.my" /> |
| 42 | + <target host="www.cimb-principal.com.my" /> |
| 43 | + |
| 44 | + <securecookie host="^www\.cimb\.com$" name=".+" /> |
| 45 | + <securecookie host="^.*\.cimbpreferred\.com$" name=".+" /> |
| 46 | + <securecookie host="^www\.cimbbank\.com\.my$" name=".+" /> |
| 47 | + <securecookie host="^www\.cimbclicks\.com\.my$" name=".+" /> |
| 48 | + <securecookie host="^.*\.itradecimb\.com\.my$" name=".+" /> |
| 49 | + <securecookie host="^www\.eipocimb\.com$" name=".+" /> |
| 50 | + <securecookie host="^www\.cimb-principal\.com\.my$" name=".+" /> |
| 51 | + |
| 52 | + <!-- cert only match www --> |
| 53 | + <rule from="^http://cimb\.com/" |
| 54 | + to="https://www.cimb.com/" /> |
| 55 | + |
| 56 | + <rule from="^http://cimbclicks\.com\.my/" |
| 57 | + to="https://www.cimbclicks.com.my/" /> |
| 58 | + |
| 59 | + <rule from="^http://cimb-principal\.com\.my/" |
| 60 | + to="https://www.cimb-principal.com.my/" /> |
| 61 | + |
| 62 | + <!-- could not resolve host --> |
| 63 | + <rule from="^http://cimbbank\.com\.my/" |
| 64 | + to="https://www.cimbbank.com.my/" /> |
| 65 | + |
| 66 | + <rule from="^http://eipocimb\.com/" |
| 67 | + to="https://www.eipocimb.com/" /> |
| 68 | + |
| 69 | + <rule from="^http:" |
| 70 | + to="https:" /> |
| 71 | + |
| 72 | +</ruleset> |
0 commit comments