mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-18 18:44:16 +00:00
Merge pull request #1649 from hamuz/patch-1
2FA QR doesn't show up due to CSP error
This commit is contained in:
@@ -57,7 +57,7 @@ class SecureHeaders
|
||||
"form-action 'self'",
|
||||
"font-src 'self'",
|
||||
"connect-src 'self'",
|
||||
"img-src 'self'",
|
||||
"img-src 'self' data:",
|
||||
];
|
||||
|
||||
$featurePolicies = [
|
||||
@@ -85,4 +85,4 @@ class SecureHeaders
|
||||
|
||||
return $response;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user