mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibWeb: Add the new noopener-allow-popups value to OpenerPolicy
This commit is contained in:
parent
b609d8481a
commit
ddb832afdf
Notes:
github-actions[bot]
2025-02-27 11:26:19 +00:00
Author: https://github.com/alicelee2735 🔰
Commit: ddb832afdf
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3663
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ enum class OpenerPolicyValue {
|
|||
SameOriginAllowPopups,
|
||||
SameOrigin,
|
||||
SameOriginPlusCOEP,
|
||||
NoopenerAllowPopups,
|
||||
};
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue