Skip to content

Commit

Permalink
[fix] add aws to allowed image sources
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed May 25, 2024
1 parent aa1726e commit b29c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Core/Middleware/InitialHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function handle(IncomingRequest $request, Closure $next): Response
"base-uri 'self';",
"script-src 'self' 'unsafe-inline' unpkg.com",
"font-src 'self' data:",
"img-src 'self' *.leantime.io data: blob:",
"img-src 'self' *.leantime.io *.amazonaws.com data: blob:",
"frame-src 'self' *.google.com *.microsoft.com *.live.com",
"frame-ancestors 'self' *.google.com *.microsoft.com *.live.com",
];
Expand Down

0 comments on commit b29c801

Please sign in to comment.