Page 1 of 1

[FIXED] intermittent ABE blocking failure

Posted: Mon Nov 25, 2013 12:47 am
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')")
    

Re: intermittent ABE blocking failure

Posted: Mon Nov 25, 2013 10:38 am
by Giorgio Maone
Looks like Gecko is not calling us anymore for some requests :(
Investigating, thanks.

Re: intermittent ABE blocking failure

Posted: Mon Nov 25, 2013 2:28 pm
by barbaz

Re: intermittent ABE blocking failure

Posted: Tue Nov 26, 2013 10:58 pm
by al_9x
if you end up filing a gecko bug, please post a link

Re: intermittent ABE blocking failure

Posted: Fri Nov 29, 2013 5:29 pm
by Giorgio Maone
Fixed in latest development build 2.6.8.6rc2, thanks.