Skip to content

Commit

Permalink
Merge pull request EFForg#3791 from graingert/procensus
Browse files Browse the repository at this point in the history
[procensus.com] New ruleset
  • Loading branch information
semenko committed Jan 7, 2016
2 parents e3541a3 + 4a13fe9 commit 838bf86
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/chrome/content/rules/procensus.com.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<ruleset name="Procensus">

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

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

<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 838bf86

Please sign in to comment.