Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How can I block pop ups using config:about?

more options

I'm looking for a way to block all pop ups (in my case the upload file dialog) using the config:about. I've tried: dom.disable_open_during_load:false privacy.popups.plicy:2

But they don't seem to block the upload file dialog, when I use view page info-->permissions-->open pop up windows-->block then the pop up is blocked.

thanks.

I'm looking for a way to block all pop ups (in my case the upload file dialog) using the config:about. I've tried: dom.disable_open_during_load:false privacy.popups.plicy:2 But they don't seem to block the upload file dialog, when I use view page info-->permissions-->open pop up windows-->block then the pop up is blocked. thanks.

All Replies (1)

more options

I think you mean about:config, right?

Setting dom.disable_open_during_load to false actually disables the popup blocker, so go ahead and reset that to the default. Or just check the box in Options > Content.

If you look at dom.popup_allowed_events you will see that Firefox allows popups for certain actions it assumes are user generated. If you are finding that sites are tricking Firefox by displaying popups without a user action, you can clear this list of some or all of its items. Then in theory you should see many fewer popups. However, I haven't tested it myself.