Skip to content

Commit

Permalink
Merge branch 'fix/runtime-error' into 'develop'
Browse files Browse the repository at this point in the history
fix(runtime-error): modified csp

See merge request papers/airgap/airgap-vault!341
  • Loading branch information
godenzim committed May 5, 2022
2 parents 6853043 + c2cc385 commit c4ef422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
http-equiv="Content-Security-Policy"
content="
default-src 'self' 'unsafe-eval' 'unsafe-inline' blob: data:;
script-src 'self' 'unsafe-eval';
script-src 'self' 'unsafe-eval' 'unsafe-inline';
connect-src 'self' data:;
child-src blob:;
object-src 'none';
Expand Down

0 comments on commit c4ef422

Please sign in to comment.