mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
fix: Add edge as supported user agent for CSPv3 nonces
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
b26fbc3c84
commit
3103a85c18
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ class ContentSecurityPolicyNonceManager {
|
|||
Request::USER_AGENT_CHROME,
|
||||
Request::USER_AGENT_FIREFOX,
|
||||
Request::USER_AGENT_SAFARI,
|
||||
Request::USER_AGENT_MS_EDGE,
|
||||
];
|
||||
|
||||
if ($this->request->isUserAgent($browserWhitelist)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue