Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
fix(csp): remove prefetch-src
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Mar 23, 2022
1 parent aff10c4 commit 7b16aa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion csp.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const ContentSecurityPolicy = `
frame-src 'self' *.fabrique.social.gouv.fr;
style-src 'self' 'unsafe-inline';
font-src 'self' data: blob:;
prefetch-src 'self' *.fabrique.social.gouv.fr;
`;

module.exports = ContentSecurityPolicy;

0 comments on commit 7b16aa1

Please sign in to comment.