Thank you.
I spent time looking on the web and found flash settings in Firefox
reside in the permissions.sqlite file.
Some commands to share with others who run into this conundrum.
find . -iname permissions.sqlite
ACCESSING YOUR RESPECTIVE permissions.sqlite FILE:
sqlite3 ~/.mozilla/firefox/YOUR_PROFILE/permissions.sqlite
sqlite3 ~/.thunderbird/YOUR_PROFILE/permissions.sqlite
SETUP UP PRETTY CLI:
sqlite> .headers on
sqlite> .mode column
LOOK THINGS OVER:
sqlite> .databases
sqlite> .tables
SELECT * FROM moz_hosts where type is "plugin:flash";
SELECT DISTINCT type FROM moz_hosts;
sqlite> SELECT DISTINCT type FROM moz_hosts;
type
--------------------
desktop-notification
plugin:flash
offline-app
plugin-vulnerable:ja
plugin-hidden-notifi
sqlite>
So, I take it type of plugin:flash is what I am after...?
I am hesitant to change any field values without knowing the outcome of
changing this or that. Where can I get a list of how to edit these
entries, should I need to change something in the future?
Thank You,
Stephen H. Dawson
(865) 804-3454
http://www.linkedin.com/in/shdcs
Post by Sandro Santilli[back on the mailing list]
Thank you, Sandro.
I do not have a .gnashrc on my box. So, Firefox is regulating this
somewhere else. Do you know where Firefox is defining this list of
information?
For the plugin, it would be ~/.gnashpluginrc
If I setup this.gnashrc file, will Firefox start using itor will I need
to modify Firefox to use it?
No modification needed, just keep using it.
--strk;