Skip to content

Commit

Permalink
Update next.config.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Sam K <[email protected]>
  • Loading branch information
samwisekind authored Feb 8, 2025
1 parent 7d2ccd5 commit cc5ed5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const CSPHeader = [
`object-src 'none'`,
`base-uri 'self'`,
`form-action 'self'`,
`frame-src 'self' *.youtube.com *.youtube-nocookie.com`,
`frame-src 'self' challenges.cloudflare.com *.youtube.com *.youtube-nocookie.com`,
`frame-ancestors 'none'`,
`upgrade-insecure-requests'`,
].join("; ");
Expand Down

0 comments on commit cc5ed5d

Please sign in to comment.