Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Add edge as supported user agent for CSPv3 nonces
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Mar 11, 2024
commit 3103a85c18923f5163370cc19d78d482b9a0adde
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function browserSupportsCspV3(): bool {
Request::USER_AGENT_CHROME,
Request::USER_AGENT_FIREFOX,
Request::USER_AGENT_SAFARI,
Request::USER_AGENT_MS_EDGE,
];

if ($this->request->isUserAgent($browserWhitelist)) {
Expand Down