Page 1 of 1

Firefox

Published: April 27, 2015 - 3:07 PM
by rezidu
Hello,

I'm trying to customize my Firefox installation. I've been using the tis-firefox package as a guide.

However, there are a few settings I can't seem to customize (I haven't found these settings in about:config, if they even exist):
- Allow pop-ups (unblock pop-ups) [Options/Content/uncheck "Block pop-up windows"]
- Open PDFs by default with Adobe Reader [Options/Applications]
- Add a URL to the security exceptions [Options/Security/Exceptions...]

If you know how to do this, I'd appreciate it. :D

Re: Firefox

Published: April 27, 2015 - 4:48 PM
by ssamson
Hello rezidu,

For the first question
- Allow pop-ups (unblock pop-ups) [Options/Content/uncheck "Block pop-up windows"]
You can add this

Code: Select all

defaultPref("dom.disable_open_during_load", false);
in the mozilla.cfg file

You will have a better chance of success in your search by using English terms such as:
http://lmgtfy.com/?q=firefox+allow+popup+deploy

Feel free to publish your research.