Skip to content

Commit

Permalink
Merge pull request #332 from mission-apprentissage/infra/add-cors
Browse files Browse the repository at this point in the history
[Infra] Ajoute *.incubateur.net in CSP
  • Loading branch information
yohanngab authored Oct 17, 2024
2 parents a5856aa + 756bdc3 commit 6df0949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverse_proxy/app/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http {
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains" always;
add_header X-Content-Type-Options "nosniff" always;
add_header Referrer-Policy "no-referrer-when-downgrade";
add_header Content-Security-Policy "frame-ancestors 'self' *.onisep.fr *.beta.gouv.fr";
add_header Content-Security-Policy "frame-ancestors 'self' *.onisep.fr *.beta.gouv.fr *.incubateur.net";

gzip on;
gzip_vary on;
Expand Down

0 comments on commit 6df0949

Please sign in to comment.