Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
add data to img-src csp
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw committed Feb 24, 2021
1 parent 56802c0 commit 86f7030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"'sha256-+6WnXIl4mbFTCARd8N3COQmT3bJJmo32N8q8ZSQAIcU='",
"'sha256-l1eTVSK8DTnK8+yloud7wZUqFrI0atVo6VlC6PJvYaQ='",
],
"img-src": ["data:", "'self'"],
}

Compress(app)
Expand Down

0 comments on commit 86f7030

Please sign in to comment.