Skip to content

Commit

Permalink
wip: Fix les CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintoo200 committed Oct 16, 2024
1 parent c54e194 commit bf2ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const contentSecurityPolicy = `
frame-src 'self' *.apprentissage.beta.gouv.fr immersion-facile.beta.gouv.fr deposer-offre.www.1jeune1solution.gouv.fr *.youtube-nocookie.com simulateur-alternance.1jeune1solution.gouv.fr https://*.adform.net mes-aides.francetravail.fr *.doubleclick.net *.adsrvr.org;
form-action 'self';
base-uri 'none';
connect-src 'self' ${TRUSTED_SOURCES} analytics.tiktok.com *.facebook.com;
connect-src 'self' ${TRUSTED_SOURCES} analytics.tiktok.com *.facebook.com *.adnxs.com;
`;

const SECURITY_MODE_HEADERS = [{
Expand Down

0 comments on commit bf2ad6c

Please sign in to comment.