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