Page 1 of 1
JS-like management for cookies and images
Posted: Mon May 09, 2011 3:24 pm
by RadoS
Hi devs,
I appreciate noScript very much.
Even though Firefox has built-in basic java-script & cookie handling and very unuseful image handling, it's not as convenient as that of noScript for java-script.
Like noScript for JS, I very much miss a similar interface for noCookies and noImages, i.e. default "deny", allow only white-list,
permanent or temp., with context menu listing all cookie and image sources for easy "whitelist" selection.
Can/will you add this noCookie and noImage functionality to noScript?
I know, noScript primarily targets technical security issues, but presently data/privacy security is becoming an issue, too, which could take a boost like java-script protection got from noScript, don't you think?
Re: JS-like management for cookies and images
Posted: Mon May 09, 2011 4:56 pm
by tlu
For cookie management several FF extensions are available. The best one is, IMHO, is
Cookie Monster.
Regarding images, most of them contained in ads are already blocked by
AdblockPlus and Noscript.
Re: JS-like management for cookies and images
Posted: Tue May 10, 2011 2:25 pm
by RadoS
I'll look into CookieMonster, thanks for the pointer.
However, AdblockPlus is not what I need, because it operates on blacklists.
If I have only a handful of sites where I _need_ the images, then I don't want to pay attention to any other sites' images whereever else I might go.
I don't need/ want even self-ads coming from the same server, which might not be blacklisted because they are not considered "spam-ads" by the AdblockPlus providers,
and I don't want to opt-out of spam for each individual case, but rather opt-in for required content images.
How does noScript help me with images, I didn't notice any controls related to images?
Re: JS-like management for cookies and images
Posted: Tue May 10, 2011 2:36 pm
by Alan Baxter
Firefox supports default-deny plus a whitelist for image handling. Just uncheck Tools > Options > Content > Load images automatically and add exceptions for sites you want to allow.
Re: JS-like management for cookies and images
Posted: Mon May 16, 2011 2:14 pm
by RadoS
True, thanks, but that not as easy to use as noScript or Cookie Monster with "simple right click (on item)".
I've been pointed to Ghostery and Image Block. maybe they work like noScript, I'll have a look now.
Re: JS-like management for cookies and images
Posted: Mon May 16, 2011 2:36 pm
by Alan Baxter
RadoS wrote:True, thanks, but that not as easy to use as noScript or Cookie Monster with "simple right click (on item)".
You're right. An easier way to do it than I mentioned earlier -- that's also built into Firefox -- is to
right-click the image > View Image Info and then check
Block Images from bad-site.com in the Image Info window that pops up.
Re: JS-like management for cookies and images
Posted: Mon May 16, 2011 10:56 pm
by RadoS
Right, but again that's not the desired whitelist but blacklist.
Setting "default deny images" to whitelist them would require to see where images would be (outlined somehow), but with default FF denied images are just invisible.
Re: JS-like management for cookies and images
Posted: Tue May 17, 2011 1:05 am
by Alan Baxter
Oh, yeah. I forgot about that.
Re: JS-like management for cookies and images
Posted: Tue May 17, 2011 9:05 am
by RadoS
Thanks for CookieMonster, it does for cookies just what I need: a quick and comfortable access to the cookies permissions instead of going via cumbersome FF menus.
So... now I need an image handling like CookieMonster for cookies and noScript for JS...
I have no clue about add-ons coding, would it be easy to base of one of the 2 to make a noImage?