Skip to content

Commit

Permalink
Config: fix csp
Browse files Browse the repository at this point in the history
  • Loading branch information
vafomin committed Nov 26, 2024
1 parent 89ce209 commit 49a04b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"csp": {
"default": {
"def": ["'self'", "data:"],
"script": ["'self'", "'unsafe-inline'", "'unsafe-eval'"],
"script": ["'self'", "'unsafe-inline'", "'unsafe-eval'", "blob:"],
"style": ["'self'", "'unsafe-inline'"],
"img": ["'self'", "data:", "blob:"],
"frame": ["'self'"],
Expand Down

0 comments on commit 49a04b4

Please sign in to comment.