Skip to content

Commit c2557f9

Browse files
author
MB
committed
Postcode Anywhere.co.uk
1 parent 8cc1057 commit c2557f9

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!--
2+
Other Postcode Anywhere rulesets:
3+
4+
- pcapredict.com.xml
5+
6+
7+
Insecure cookies are set for these domains and hosts:
8+
9+
- postcodeanywhere.co.uk
10+
- .postcodeanywhere.co.uk
11+
- www.postcodeanywhere.co.uk
12+
13+
-->
14+
<ruleset name="Postcode Anywhere.co.uk">
15+
16+
<target host="postcodeanywhere.co.uk" />
17+
<target host="services.postcodeanywhere.co.uk" />
18+
<target host="www.postcodeanywhere.co.uk" />
19+
20+
<!-- Mixed image:
21+
-->
22+
<!--test url="http://www.postcodeanywhere.co.uk/support/webservices/" /-->
23+
24+
25+
<!-- Not secured by server:
26+
-->
27+
<!--securecookie host="^\.postcodeanywhere\.co\.uk$" name="^(?:PostcodeAnywhere\.(?:Permanent|Session)Cookie|pcapredictRegion)$" /-->
28+
<!--securecookie host="^(?:www\.)?postcodeanywhere\.co\.uk$" name="^ASP\.NET_SessionId$" /-->
29+
30+
<securecookie host="^\." name="^_ga(?:t?$|t_)" />
31+
<securecookie host="^\w" name="." />
32+
33+
34+
<rule from="^http:"
35+
to="https:" />
36+
37+
</ruleset>

0 commit comments

Comments
 (0)