[FIXED] intermittent ABE blocking failure

Bug reports and enhancement requests
Post Reply
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

[FIXED] intermittent ABE blocking failure

Post by al_9x »

Fx 24.1.1, NS 2.6.8.6rc1, new profile
  1. Pattern:

    Code: Select all

    Site groups.yahoo.com/api/v1/groups/*/attachments?*
    Deny
    
  2. test page
  3. browser console should show that matching (confirmed with AddressMatcher) requests are performed.

    Code: Select all

    Components.utils.getGlobalForObject(Components.classes["@maone.net/noscript-service;1"].getService().wrappedJSObject).eval("new AddressMatcher('pattern').test('url')")
    
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: intermittent ABE blocking failure

Post by Giorgio Maone »

Looks like Gecko is not calling us anymore for some requests :(
Investigating, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
barbaz
Senior Member
Posts: 10847
Joined: Sat Aug 03, 2013 5:45 pm

Re: intermittent ABE blocking failure

Post by barbaz »

*Always* check the changelogs BEFORE updating that important software!
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:25.0) Gecko/20100101 Firefox/25.0 SeaMonkey/2.22.1
al_9x
Master Bug Buster
Posts: 931
Joined: Thu Mar 19, 2009 4:52 pm

Re: intermittent ABE blocking failure

Post by al_9x »

if you end up filing a gecko bug, please post a link
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Firefox/24.0
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: intermittent ABE blocking failure

Post by Giorgio Maone »

Fixed in latest development build 2.6.8.6rc2, thanks.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0
Post Reply