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 19, 2024
1 parent 7558e81 commit fe1c362
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 fe1c362

Please sign in to comment.