[SOLVED] How can I list all sites with blocked images?

User Help for Seamonkey and Mozilla Suite
Post Reply
lvm
Posts: 131
Joined: June 27th, 2005, 6:17 am

[SOLVED] How can I list all sites with blocked images?

Post by lvm »

I accidentally blocked images from some site. Again - it's quite easy, actually: rightclick and block instead of copying. And spent quite a while trying to figure out what's wrong, partially because image loading is one of the permissions and I don't know how to list all sites with a particular permission type. Is there a way?
Last edited by lvm on September 14th, 2016, 2:41 am, edited 1 time in total.
frg
Posts: 1361
Joined: December 15th, 2015, 1:20 pm

Re: How can I list all sites with blocked images?

Post by frg »

Unfortunately you can only list all sites with permissions in the Data Manager but not search for specific permissions. This s*cks and if I find some time I will change it.

If someone doesn't know of an addon you can only search the database directly using a tool like http://sqlitestudio.pl/

The permissions are in your profile in permissions.sqlite. If you know what you are doing you can change them in the DB but I wouldn't recommend it :)
lvm
Posts: 131
Joined: June 27th, 2005, 6:17 am

Re: How can I list all sites with blocked images?

Post by lvm »

Thanks for the pointer, turns out all you have to do is

select origin from moz_perms where type = 'image'

Deleting these records from sql while Seamonkey is running didn't work probably because it caches the list and has to be restarted to re-read the database.
barbaz
Posts: 1504
Joined: October 1st, 2014, 3:25 pm

Re: How can I list all sites with blocked images?

Post by barbaz »

frg wrote:If someone doesn't know of an addon
Like this type of addon? https://addons.mozilla.org/addon/sqlite-manager/
Post Reply