LibWeb: Add noopener-allow-popups value to OpenerPolicyValue
Corresponds to https://github.com/whatwg/html/pull/10394. Since we haven't implemented browsing context group switch logic due to opener policy, just add noopener-allow-popups to OpenerPolicyValue for now.
This commit is contained in:
parent
428d6c92dc
commit
d114b39bf7
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
Reference in a new issue