Skip to content

Commit 743c939

Browse files
author
MB
committed
Watford.gov.uk
1 parent 1f71ddc commit 743c939

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

src/chrome/content/rules/GOV.UK.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@
229229
- Wales.gov.uk.xml
230230
- Waltham_Forest.gov.uk.xml
231231
- Warrington.gov.uk.xml
232+
- watford.gov.uk.xml
232233
- Wellingborough.gov.uk.xml
233234
- West_Devon.gov.uk.xml
234235
- West-Lindsey.gov.uk.xml
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
Watford Borough Council
3+
4+
For other UK government coverage, see GOV.UK.xml.
5+
6+
7+
Nonfunctional hosts in *watford.gov.uk:
8+
9+
- maps ᵈ
10+
11+
ᵈ Dropped
12+
13+
14+
Insecure cookies are set for these domains and hosts:
15+
16+
- watford.gov.uk
17+
- www.watford.gov.uk
18+
- .www.watford.gov.uk
19+
20+
-->
21+
<ruleset name="Watford.gov.uk (partial)">
22+
23+
<target host="watford.gov.uk" />
24+
<target host="connect.watford.gov.uk" />
25+
<target host="www.watford.gov.uk" />
26+
27+
<test url="http://connect.watford.gov.uk/wpublicaccesslive/selfservice/dashboard.htm" />
28+
29+
30+
<!-- Not secured by server:
31+
-->
32+
<!--securecookie host="^(?:www\.)?watford\.gov\.uk$" name="^\w{16}$" /-->
33+
<!--securecookie host="^\.www\.watford\.gov\.uk$" name="^TestCookie$" /-->
34+
35+
<securecookie host="^\w" name="." />
36+
<securecookie host="^\.www\." name="." />
37+
38+
39+
<rule from="^http:"
40+
to="https:" />
41+
42+
</ruleset>

0 commit comments

Comments
 (0)