Skip to content

Commit

Permalink
Merge pull request #380 from mission-apprentissage/infra/allow-port-8000
Browse files Browse the repository at this point in the history
[Infra] Autorise le port 8000 de l'onisep
  • Loading branch information
yohanngab authored Dec 12, 2024
2 parents a0b8ecb + 2678aeb commit 6859acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ location / {

client_max_body_size 0;

add_header Content-Security-Policy "frame-ancestors 'self' *.onisep.fr *.beta.gouv.fr *.incubateur.net";
add_header Content-Security-Policy "frame-ancestors 'self' *.onisep.fr *.onisep.fr:8000 *.beta.gouv.fr *.incubateur.net";
}

0 comments on commit 6859acc

Please sign in to comment.