Skip to content

Commit

Permalink
CSP fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed May 27, 2024
1 parent 27d26bb commit c9b5b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwa/src/layout/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const Head: React.FC = () => {
frame-src 'self';
img-src 'self' data: https://raw.githubusercontent.com/ConductionNL/;
form-action 'self';
connect-src 'self' https://api.gateway.commonground.nu https://api.common-gateway.commonground.nu https://raw.githubusercontent.com/ConductionNL/ https://api.github.com https://conductionnl.github.io;
connect-src 'self' https://api.gateway.commonground.nu https://api.common-gateway.commonground.nu https://raw.githubusercontent.com/ConductionNL/ https://api.github.com https://conductionnl.github.io https://api.accept.common-gateway.commonground.nu;
style-src 'self' 'unsafe-inline';
font-src * data:;
${location.hostname === "localhost" && "script-src 'self' 'unsafe-eval';"}
Expand Down

0 comments on commit c9b5b1a

Please sign in to comment.