Skip to content

Commit

Permalink
chore: allow logrocket url
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Sep 18, 2024
1 parent 0b245b1 commit ae4fa88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ map $http_host $robots {

map ${IS_LOCALHOST} $CSP {
"1" "";
default "default-src 'self' https://www.notion.so/ https://plausible.io/ https://openmaptiles.github.io/ https://*.inserjeunes.beta.gouv.fr/ https://*.beta.gouv.fr/ https://*.data.gouv.fr/ https://cdn.lrkt-in.com/ 'unsafe-inline' data: blob:;";
default "default-src 'self' https://www.notion.so/ https://plausible.io/ https://openmaptiles.github.io/ https://*.inserjeunes.beta.gouv.fr/ https://*.beta.gouv.fr/ https://*.data.gouv.fr/ https://*.lrkt-in.com/ 'unsafe-inline' data: blob:;";
}

server {
Expand Down

0 comments on commit ae4fa88

Please sign in to comment.