Skip to content

Commit

Permalink
fix: ajout d'une règle CSP pour afficher les images du S3 Scaleway
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarius committed Dec 20, 2024
1 parent cc26b8d commit 051fdbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions impact/impact/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@
"data:", # some images are defined this way
# matomo :
"stats.beta.gouv.fr",
# S3 scaleway :
"sites-faciles.s3.fr-par.scw.cloud",
],
"style-src": [
SELF,
Expand Down

0 comments on commit 051fdbe

Please sign in to comment.