Fixing QR code CSP. (#2218)

This commit is contained in:
Dessalines 2023-11-13 12:45:27 -05:00 committed by GitHub
parent 890a1921ca
commit fe28c691e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ export function setDefaultCsp({
style-src 'self' 'unsafe-inline';
form-action 'self';
base-uri 'self';
blob: 'self';
frame-src *;
media-src * data:`.replace(/\s+/g, " "),
);