Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 3fcbf2f

Browse files
committed
Merge pull request #3 from youdly/whitehouse
Remove unnecessary rule
2 parents f871b46 + 3d2b6c0 commit 3fcbf2f

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/chrome/content/rules/WhiteHouse.gov.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,7 @@
101101
<target host="petitions.whitehouse.gov" />
102102
<target host= "wwws.whitehouse.gov" />
103103

104-
<securecookie host="^.*\.whitehouse\.gov$" name=".*" />
105-
106-
<!-- server redirect to www for whitehouse.gov & wwws subdomain -->
107-
<rule from="^http://(wwws\.)?whitehouse\.gov/"
108-
to="https://www.whitehouse.gov/" />
109-
110-
<test url="http://www.whitehouse.gov/" />
104+
<securecookie host="^.*\.whitehouse\.gov$" name=".+" />
111105

112106
<rule from="^http:"
113107
to="https:" />

0 commit comments

Comments
 (0)