Skip to content

Commit

Permalink
feat: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqgant committed Jul 7, 2024
1 parent 8d62a22 commit 2240cac
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' *.honghong.me vercel.live;
script-src 'self' 'unsafe-inline' 'unsafe-eval' *.fiqlab.vercel.app vercel.live;
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 2240cac

Please sign in to comment.