ABE blocks loading of page - is it normal?

Discussions about the Application Boundaries Enforcer (ABE) module
access2godzilla
Senior Member
Posts: 109
Joined: Sun May 20, 2012 5:09 pm

ABE blocks loading of page - is it normal?

Post by access2godzilla »

While fiddling with ABE, I found one interesting feature: it can block pages from being loaded!

I can do something like:

Code: Select all

Site .example.com
Deny
... and when I type .example.com in the address bar (or click a link) I get:

Code: Select all

Request { GET http://example.com <<< https://www.google.com/search?q=example.com&ie=utf-8&oe=utf-8&rls=org.mozilla:en-US:official&client=firefox-a&gws_rd=cr&ei=1PrcUorcNYq4iQeuxIDgDg - 6 } Deny filtered by ABE <.example.com> DENY

Request { GET http://example.com <<< chrome://browser/content/browser.xul -6 } Deny filtered by ABE <.example.com> DENY
Is this normal? Although I hope it's not a bug, since it's got immense potential!
Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20140116 Firefox/24.0 PaleMoon/24.2.2
User avatar
Giorgio Maone
Site Admin
Posts: 9454
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: ABE blocks loading of page - is it normal?

Post by Giorgio Maone »

Of course it's normal.
Otherwise all it would get to slip past CSRF protection would be a meta refresh or a redirection.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0
Post Reply