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

Commit

Permalink
[procensus.com] New ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Grainger committed Jan 6, 2016
1 parent 8b60918 commit bc9f790
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/chrome/content/rules/procensus.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<ruleset name="Procensus">

<target host="*.procensus.com" />
<target host="procensus.com" />

<securecookie host="^.*\.?procensus\.com$" name=".+" />

<rule from="^http://(www\.)?procensus\.com/"
to="https://procensus.com/" />
<rule from="^http:"
to="https:" />

<test url="http://www.procensus.com/" />
<test url="http://app.procensus.com/" />
<test url="http://procensus.com/" />

</ruleset>

0 comments on commit bc9f790

Please sign in to comment.