Skip to content

Commit b0f6f35

Browse files
author
MB
committed
Webpay.cl
1 parent 38d7ed4 commit b0f6f35

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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>

0 commit comments

Comments
 (0)