
Loading…
Allow 1st-party image requests #1305
That's what the $third-party specifier is for.
the image should not be blocked
Do you have an actual case where this happens?
I can't reproduce OP's reported behavior. I use default-deny myself, and when I paste http://static.fsf.org/nosvn/join.en.png in the address bar, the image shows just fine.
For example, if I visit
http://example.com/foo.jpgdirectly in default-deny mode, the image should not be blocked.
@nyuszika7h correct. That seems to be the current behavior — do you have a test case where that's not true?
I can reproduce this on a clean profile with default settings and just * * * block added.
Request log: https://i.imgur.com/wwlL16t.png
As far as I understand, since the document itself is not blocked even in this mode, if the image is the document, it shouldn't be blocked either.
default settings and just
* * * blockadded
If you want 1st-party resources to not be blocked, why not use * * 3p block?
I do in fact use that now, but the current behavior is still inconsistent IMO.
For example, if I visit
http://example.com/foo.jpgdirectly in default-deny mode, the image should not be blocked.Not sure if this applies to other resource types.