Page 1 of 1

NoScript and user.js

Posted: Sat Aug 29, 2009 8:25 pm
by -Deadly-
NoScript stops execute file user.js (C:\Documents and Settings\ADMIN\Application Data\Mozilla\Firefox\Profiles\1m059x1u.default\user.js). How to do that NoScript allow user.js to execute? If my question is not correct, please tell me. thx.

Re: NoScript and user.js

Posted: Sat Aug 29, 2009 8:31 pm
by Giorgio Maone
You don't want to "execute" user.js: it's a preference file, not meant to be executed.
Please read the profile article.

Re: NoScript and user.js

Posted: Sat Aug 29, 2009 8:43 pm
by -Deadly-
I need to load graphics files from my PC on a site, for this I add to file user.js this lines:

Code: Select all

user_pref("capability.policy.policynames", "molehillgfx");
user_pref("capability.policy.molehillgfx.sites", "http://s3.sadowajaimperija.ru");
user_pref("capability.policy.molehillgfx.checkloaduri.enabled", "allAccess");
But if NoScript is switch on, images not display. (if NoScript is switch off all OK).

Re: NoScript and user.js

Posted: Sat Aug 29, 2009 9:03 pm
by Giorgio Maone
Remove those lines and check NoScript Options|Advanced|Trusted|Allow local links.

Re: NoScript and user.js

Posted: Sun Aug 30, 2009 5:07 am
by -Deadly-
thx, it's work now!