Skip to content

Commit 78f96a0

Browse files
committed
Fix invalid RegExp in portsmouth.gov.uk.xml
Same problem as EFForg#4302, EFForg#4301, EFForg#4300, EFForg#4299, EFForg#2980.
1 parent 23d1b79 commit 78f96a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/rules/portsmouth.gov.uk.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<securecookie host="^\w" name="." />
9191

9292

93-
<rule from="^http://www\.(?:emas|jsna|mediastore)\.portsmouth\.gov\.uk/"
93+
<rule from="^http://www\.(emas|jsna|mediastore)\.portsmouth\.gov\.uk/"
9494
to="https://$1.portsmouth.gov.uk/" />
9595

9696
<rule from="^http:"

0 commit comments

Comments
 (0)