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

Commit 7b16aa1

Browse files
committed
fix(csp): remove prefetch-src
1 parent aff10c4 commit 7b16aa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csp.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const ContentSecurityPolicy = `
77
frame-src 'self' *.fabrique.social.gouv.fr;
88
style-src 'self' 'unsafe-inline';
99
font-src 'self' data: blob:;
10-
prefetch-src 'self' *.fabrique.social.gouv.fr;
1110
`;
1211

1312
module.exports = ContentSecurityPolicy;

0 commit comments

Comments
 (0)