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

Commit

Permalink
[Slickdeals] Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MB committed Sep 8, 2014
1 parent dfe2e08 commit 03c2ff6
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/chrome/content/rules/Slickdeals.xml
Expand Up @@ -6,6 +6,27 @@
* Mismatched, CN: *.slickdeals.net
Mixed content:
- Images, on:
- slickdeals.net from $self ¹
- slickdeals.net from www.google.com ¹
- Ads/Bugs, on:
- slickdeals.net, from:
- ad.doubleclick.net ²
- tags.bkrtx.com ¹
- pixel.quantserve.com ¹
- m.slickdeals.net from tapestry.tapad.com
¹ Secured by us
² Rule disabled by default
-->
<ruleset name="Slickdeals">

Expand All @@ -15,6 +36,16 @@
<target host="static.slickdealz.net" />


<!-- Secured by server:
-->
<!--securecookie host="^\.slickdeals\.net$" name="^(bblastactivity|bbnps_auuid|bbnps_tracking)$" /-->
<!--
Not secured by server:
-->
<!--securecookie host="^(m\.)?slickdeals\.net$" name="^(abgroup|bbvisitday|fp_style)$" /-->
<!--securecookie host="^\.slickdeals\.net$" name="^(abt_new|abt_uuid|auuid|bbsessionhash|sdref)$" /-->


<securecookie host="^(?:.*\.)?slickdeals\.net$" name=".+" />


Expand All @@ -24,4 +55,4 @@
<rule from="^http://static\.slickdeal(?:z\.net|scdn\.com)/"
to="https://slickdeals.net/" />

</ruleset>
</ruleset>

0 comments on commit 03c2ff6

Please sign in to comment.