Skip to content

Commit

Permalink
feat: fix umami
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqgant committed Jul 7, 2024
1 parent 2240cac commit f8e1c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { NextResponse } from 'next/server'
const middleware = () => {
const csp = `
default-src 'self';
script-src 'self' 'unsafe-inline' 'unsafe-eval' *.fiqlab.vercel.app vercel.live;
script-src 'self' 'unsafe-inline' 'unsafe-eval' *.fiqlab.vercel.app vercel.live https://cloud.umami.is;
style-src 'self' 'unsafe-inline' vercel.live;
img-src * blob: data:;
font-src 'self' assets.vercel.com fonts.gstatic.com vercel.live;
Expand Down

0 comments on commit f8e1c1c

Please sign in to comment.