From --censored-- Tue Aug 8 16:36:38 2006 From: --sensored-- Date: Tue Aug 8 09:40:10 2006 Subject: [AdblockPlus] WebSite - Ask to decontaminate - AdBlock Plus Message-ID: Sorry my english is not very correct beccause I'am french When to go to this site : http://drago-sim.com/index.php?lang=frenchdragosim.html If AdBlock more is activated I can use it only if it is to decontaminate and it redirects me on this page while saying : << Disable your Ad Blocker! DragoSim only works with disabled Ad Blockers! >> A protection counters Adblock Plus which is likely to be propagated Thank you _________________________________________________________________ Retrouvez tout en un clin d'oeil avec la barre d'outil MSN Search ! http://desktop.msn.fr/ From trev at gtchat.de Tue Aug 8 16:48:36 2006 From: trev at gtchat.de (Wladimir Palant) Date: Tue Aug 8 10:00:00 2006 Subject: [AdblockPlus] WebSite - Ask to decontaminate - AdBlock Plus In-Reply-To: References: Message-ID: <44D89634.1090209@gtchat.de> M?d?ric Didierlaurent wrote: > When to go to this site : > http://drago-sim.com/index.php?lang=frenchdragosim.html > > If AdBlock more is activated I can use it only if it is to decontaminate > and it redirects me on this page while saying : > > << Disable your Ad Blocker! DragoSim only works with disabled Ad > Blockers! >> There is a forum thread on this: http://adblockplus.org/forum/viewtopic.php?t=667 My answer at the end of the thread has a possible solution. I am not accustomed with GreaseMonkey but someone who is shouldn't have any problems. Wladimir From trev at adblockplus.org Wed Aug 16 15:27:49 2006 From: trev at adblockplus.org (Wladimir Palant) Date: Wed Aug 16 08:31:21 2006 Subject: [AdblockPlus] Crash with Fx2.0 Nightlies and ABP on this site In-Reply-To: References: Message-ID: <44E30F45.90304@adblockplus.org> Stebs wrote: > FYI: > Latest Fx 2.0 nightlies (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; > rv:1.8.1b1) Gecko/20060814 BonEcho/2.0b1 ID:2006081403) crash on > http://audiorevolution.com/ while Adblock Plus 0.7.1.1 is enabled. Thanks for the info. > Crash also occurs with latest Adblock Plus Dev. Build 0.7.1.1+2006081512 > Bug# 348688 was filed, unfortunately " You are not authorized to access > bug #348688". Judging from that the issue is security relevant. And since they didn't CC me on that bug it probably doesn't really have anything to do with Adblock Plus, only triggered by it. Wladimir From trev at adblockplus.org Fri Aug 18 02:18:20 2006 From: trev at adblockplus.org (Wladimir Palant) Date: Thu Aug 17 19:19:03 2006 Subject: [AdblockPlus] Adblock Plus 0.7.1.2 released Message-ID: <44E4F93C.1000803@adblockplus.org> Adblock Plus 0.7.1.2 has been released today. Installation: http://adblockplus.org/en/installation Major changes * Translations added: Czech, Norwegian (Bokm?l), Greek, Ukrainian * The new abp: protocol scheme allows adding a subscription with two clicks * Preferences dialog: Improved inline editor?s compatibility with various themes * Fixed: Installation in SeaMonkey on Linux sets wrong file permissions Detailed changelog: http://adblockplus.org/en/changelog-0.7.1.2 From mp3geek at gmail.com Fri Aug 18 13:36:40 2006 From: mp3geek at gmail.com (mp3geek) Date: Thu Aug 17 20:37:13 2006 Subject: [AdblockPlus] Adblock Plus 0.7.1.2 released In-Reply-To: <44E4F93C.1000803@adblockplus.org> References: <44E4F93C.1000803@adblockplus.org> Message-ID: Subscription authors can now use a comment to specify when the subscription should be downloaded next time (should contain something like expires after 5 days or Expires: 48 hours) have you got an example of this? On 8/18/06, Wladimir Palant wrote: > > Adblock Plus 0.7.1.2 has been released today. > > Installation: > http://adblockplus.org/en/installation > > Major changes > * Translations added: Czech, Norwegian (Bokm?l), Greek, Ukrainian > * The new abp: protocol scheme allows adding a subscription with two > clicks > * Preferences dialog: Improved inline editor's compatibility with > various themes > * Fixed: Installation in SeaMonkey on Linux sets wrong file permissions > > Detailed changelog: > http://adblockplus.org/en/changelog-0.7.1.2 > _______________________________________________ > AdblockPlus mailing list > AdblockPlus@mozdev.org > http://mozdev.org/mailman/listinfo/adblockplus > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mozdev.org/pipermail/adblockplus/attachments/20060818/f331b758/attachment.htm From trev at adblockplus.org Fri Aug 18 03:49:02 2006 From: trev at adblockplus.org (Wladimir Palant) Date: Thu Aug 17 20:49:46 2006 Subject: [AdblockPlus] Adblock Plus 0.7.1.2 released In-Reply-To: References: <44E4F93C.1000803@adblockplus.org> Message-ID: <44E50E7E.5050503@adblockplus.org> mp3geek wrote: > Subscription authors can now use a comment to specify when the > subscription should be downloaded next time (should contain something > like |expires after 5 days| or |Expires: 48 hours|) I still have to write some documentation on this. As a subscription author you can either use the HTTP header "Expires" (since 0.7.1) or a comment (since 0.7.1.2) to change the default download interval. This is also necessary, the subscriptions on the suggestions list have been flooded with requests after Adblock Plus 0.7.1 came out. Rick's EasyList uses the first solution, you can check it out with LiveHTTPHeaders. The corresponding Apache directives (in a .htaccess file) look like this: ExpiresActive on ExpiresByType text/plain "access plus 5 days" The alternative is putting a comment into your subscription saying "expires after 5 days", or for example: ! Just telling Adblock Plus that this subscription expires after 5d or ! (for Adblock Plus) Expires: 5 days Wladimir