File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed
Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ <!--
2+ Problematic hosts in *webpay.cl:
3+
4+ - certificacion ᵉ
5+ - transbank ⁴
6+
7+ ᵉ Expired
8+ ⁴ Configured for RC4 only
9+
10+
11+ ^webpay.cl: Dropped over http & https
12+
13+
14+ These altnames don't exist:
15+
16+ - webpay3g.transbank.cl
17+
18+
19+ Insecure cookies are set for these hosts:
20+
21+ - www.webpay.cl
22+
23+ -->
24+ <ruleset name =" Webpay.cl (partial)" >
25+
26+ <!-- Direct rewrites:
27+ -->
28+ <!-- target host="certificacion.webpay.cl" /-->
29+ <!-- target host="transbank.webpay.cl" /-->
30+ <target host =" www.webpay.cl" />
31+
32+
33+ <!-- Not secured by server:
34+ -->
35+ <!-- securecookie host="^www\.webpay\.cl$" name="^(?:BIGipServer|JSESSIONID$)" /-->
36+
37+ <securecookie host =" ^\w" name =" ." />
38+
39+
40+ <rule from =" ^http:"
41+ to=" https:" />
42+
43+ </ruleset >
You can’t perform that action at this time.
0 commit comments