Skip to content

Commit

Permalink
[Baker & Taylor] Extended coverage to include the imagesa, imagesb, a…
Browse files Browse the repository at this point in the history
…nd imagesc subdomains
  • Loading branch information
galenide committed Sep 13, 2012
1 parent fc34857 commit c54538a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/chrome/content/rules/Baker-and-Taylor.xml
@@ -1,7 +1,10 @@
<ruleset name="Baker &amp; Taylor (minimal)">
<target host="contentcafe2.btol.com" />
<target host="imagesa.btol.com" />
<target host="imagesb.btol.com" />
<target host="imagesc.btol.com" />

<securecookie host="^contentcafe2\.btol\.com$" name=".+" />
<securecookie host="^(contentcafe2|images[abc])\.btol\.com$" name=".+" />

<rule from="^http://contentcafe2\.btol\.com/" to="https://contentcafe2.btol.com/" />
<rule from="^http://(contentcafe2|images[abc])\.btol\.com/" to="https://$1.btol.com/" />
</ruleset>

0 comments on commit c54538a

Please sign in to comment.