Skip to content

Commit

Permalink
feat(csp): allow port 8000 from onisep
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanngab committed Dec 12, 2024
1 parent a0b8ecb commit 2678aeb
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 2678aeb

Please sign in to comment.