Skip to content

Commit

Permalink
fix(dcellar-web-ui): change object-src values
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Dec 26, 2024
1 parent c48b7f1 commit 4aa386c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function middleware(request: NextRequest) {
img-src 'self' blob: data: https: https://www.google-analytics.com https://www.googletagmanager.com;
font-src 'self' https://fonts.gstatic.com;
connect-src *;
object-src 'self' data;
object-src 'self' data:;
base-uri 'self';
form-action 'self';
frame-ancestors 'none';
Expand Down

0 comments on commit 4aa386c

Please sign in to comment.