Skip to content

Commit 9be3326

Browse files
authored
docs: add details about third-party redirects to PopupBlocking policy (#95)
1 parent 3d769b3 commit 9be3326

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

src/content/docs/reference/policies/PopupBlocking.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: "PopupBlocking"
3-
description: "Configure the default pop-up window policy as well as origins for which pop-up windows are allowed."
3+
description: "Allow certain websites to display popups and be redirected by third-party frames."
44
category: "Content settings"
55
---
66

7-
Configure the default pop-up window policy as well as origins for which pop-up windows are allowed.
7+
Allow certain websites to display popups and be redirected by third-party frames.
88

99
**Compatibility:** Firefox 60, Firefox ESR 60\
1010
**CCK2 Equivalent:** `permissions.popup`\
1111
**Preferences Affected:** `dom.disable_open_during_load`
1212

1313
## Values
1414

15-
- `Allow` is a list of origins where popup-windows are allowed.
16-
- `Default` determines whether or not pop-up windows are allowed by default.
17-
- `Locked` prevents the user from changing pop-up preferences.
15+
- `Allow` is a list of origins where popup-windows and third-party redirects are allowed.
16+
- `Default` determines whether or not pop-up windows and third-party redirects are allowed by default.
17+
- `Locked` prevents the user from changing pop-up windows and third-party redirects preferences.
1818

1919
## Windows (GPO)
2020

@@ -97,3 +97,7 @@ Value (string):
9797
}
9898
}
9999
```
100+
101+
## See also
102+
103+
- [Pop-up blocker settings, exceptions and troubleshooting](https://support.mozilla.org/en-US/kb/pop-blocker-settings-exceptions-troubleshooting) on support.mozilla.org

0 commit comments

Comments
 (0)