Page 1 of 1
"Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Sat Jul 20, 2013 8:25 pm
by Ilya
Hello,
Perhaps I'm doing something wrong, or don't understand something, but putting something like
Code: Select all
Site .somesite.com
Deny INCLUSION (IMAGE) from ALL
to the USER section of rulesets still doesn't block HTTP requests for images, they are loaded and displayed.
Notably,
Code: Select all
Site .somesite.com
Deny INCLUSION from ALL
works just fine (as expected - blocks everything, including images).
What's wrong?
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Sat Jul 20, 2013 8:26 pm
by Guest
(Sorry, forgot to say that the version of NoScript I'm using is 2.6.6.8)
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Sun Jul 21, 2013 11:34 am
by Ilya
Sorry, I just realized I misunderstood how ABE works.
Still, "Deny INCLUSION (IMAGE)" seems not to work.
Say, I want to block all HTTP requests for images sent from .somesite.com to .somesite.com
Code: Select all
Site .somesite.com
Deny INCLUSION (IMAGE) from SELF
does not do that.
And, again,
Code: Select all
Site .somesite.com
Deny INCLUSION form SELF
works as expected.
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Sun Jul 21, 2013 10:50 pm
by Thrawn
Not sure. Could be a bug. I don't think the specific inclusion types are used very often, so they're probably not tested as thoroughly as some features.
Can you look in the Error Console (Ctrl+Shift+J) under Messages and see what ABE is producing?
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Mon Jul 22, 2013 6:58 am
by Guest
Thrawn wrote:Can you look in the Error Console (Ctrl+Shift+J) under Messages and see what ABE is producing?
Sure, here's the message ABE produces after I load this very page:
[ABE] <.informaction.com> Deny INCLUSION(IMAGE) from SELF on {GET
http://forums.informaction.com/styles/p ... w_left.gif <<<
http://forums.informaction.com/style.php?id=3&lang=en - 3}
USER rule:
Site .informaction.com
Deny INCLUSION(IMAGE) from SELF
(Not that I'd like to block images on .informaction.com, just an example).
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Mon Jul 22, 2013 5:02 pm
by Ilya
(The forum engine turned the two URIs from the previous message into links and cut their beginnings. So, I'm reposting, now it should be displayed as intended)
Code: Select all
[ABE] <.informaction.com> Deny INCLUSION(IMAGE) from SELF on {GET http://forums.informaction.com/styles/prosilver/theme/images/arrow_left.gif <<< http://forums.informaction.com/style.php?id=3&lang=en - 3}
USER rule:
Site .informaction.com
Deny INCLUSION(IMAGE) from SELF
Re: "Deny INCLUSION (IMAGE) from ALL" seems not to work
Posted: Tue Jul 23, 2013 11:44 am
by Thrawn
Funnily enough, I tested it out on the forums too

. Looks like it's blocking some images, but certainly not all. Probably it is a bug. Not sure what priority it would be for Giorgio.