Merge pull request #1649 from hamuz/patch-1

2FA QR doesn't show up due to CSP error
This commit is contained in:
James Cole 2018-09-03 07:57:19 +02:00 committed by GitHub
commit 7666147f3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}
}