Author: Peter Eckersley <[email protected]> Date: Fri, 15 Oct 2010 14:53:53 -0700 Subject: More special cases in the EFF rule Commit: a3fc7c187daa9611b3f0ae2a3a943fa099d630cf
(Convio is going to need an unbounded number of these :( ) --- src/chrome/content/rules/EFF.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/chrome/content/rules/EFF.xml b/src/chrome/content/rules/EFF.xml index 995d3c1..1f2404a 100644 --- a/src/chrome/content/rules/EFF.xml +++ b/src/chrome/content/rules/EFF.xml @@ -11,5 +11,14 @@ <rule from="^http://secure\.eff\.org/renew" to="https://secure.eff.org/site/Donation2" /> + <rule from="^http://secure\.eff\.org/wiretapping" + to="https://secure.eff.org/site/Donation2?idb=1344423068&df_id=1220" /> + + <rule from="^http://secure\.eff\.org/donate" + to="https://secure.eff.org/site/Donation2?idb=43804189&df_id=1200" /> + + <rule from="^http://secure\.eff\.org/mechaposter" + to="https://secure.eff.org/site/Ecommerce?VIEW_PRODUCT=true&product_id=2161&store_id=2441" /> + <rule from="^http://([^/:@]*)\.eff\.org/" to="https://$1.eff.org/"/> </ruleset> -- 1.7.1
