PopupBlocking
Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
Compatibility: Firefox 60, Firefox ESR 60
CCK2 Equivalent: permissions.popup
Preferences Affected: dom.disable_open_during_load
Values
Section titled “Values”Allowis a list of origins where popup-windows are allowed.Defaultdetermines whether or not pop-up windows are allowed by default.Lockedprevents the user from changing pop-up preferences.
Windows (GPO)
Section titled “Windows (GPO)”Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\1 = "https://example.org"Software\Policies\Mozilla\Firefox\PopupBlocking\Allow\2 = "https://example.edu"Software\Policies\Mozilla\Firefox\PopupBlocking\Default = 0x1 | 0x0Software\Policies\Mozilla\Firefox\PopupBlocking\Locked = 0x1 | 0x0Windows (Intune)
Section titled “Windows (Intune)”OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_AllowValue (string):
<enabled/><data id="Permissions" value="1https://example.org2https://example.edu"/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_DefaultValue (string):
<enabled/> or <disabled/>OMA-URI:
./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox~Popups/PopupBlocking_LockedValue (string):
<enabled/> or <disabled/><dict> <key>PopupBlocking</key> <dict> <key>Allow</key> <array> <string>http://example.org</string> <string>http://example.edu</string> </array> <key>Default</key> <true/> | <false/> <key>Locked</key> <true/> | <false/> </dict></dict>policies.json
Section titled “policies.json”{ "policies": { "PopupBlocking": { "Allow": ["http://example.org/", "http://example.edu/"], "Default": true | false, "Locked": true | false } }}