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:
Hao Chen 2024-12-19 11:50:56 +08:00
parent 428d6c92dc
commit d114b39bf7

View file

@ -16,6 +16,7 @@ enum class OpenerPolicyValue {
SameOriginAllowPopups,
SameOrigin,
SameOriginPlusCOEP,
NoopenerAllowPopups,
};
// https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy