Skip to content

Commit

Permalink
LibWeb: Add noopener-allow-popups value to OpenerPolicyValue
Browse files Browse the repository at this point in the history
Corresponds to whatwg/html#10394. Since we haven't implemented browsing context group switch logic due to opener policy, just add noopener-allow-popups to OpenerPolicyValue for now.
  • Loading branch information
gjf7 committed Dec 20, 2024
1 parent 2eeea6d commit 5b64cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/LibWeb/HTML/CrossOrigin/OpenerPolicy.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ enum class OpenerPolicyValue {
SameOriginAllowPopups,
SameOrigin,
SameOriginPlusCOEP,
NoopenerAllowPopups,
};

// https://html.spec.whatwg.org/multipage/origin.html#cross-origin-opener-policy
Expand Down

0 comments on commit 5b64cc2

Please sign in to comment.