Skip to content

Commit

Permalink
Driveby
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Dec 7, 2024
1 parent 67ef499 commit c22a06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nextjs/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default function App({ Component, pageProps }: AppProps) {
<meta name="viewport" content="width=device-width, initial-scale=1" />
{/* CSP - useful for testing our documented recommendations. NOTE: Unsafe is only needed for nextjs pre-loading */}
<meta
http-equiv="Content-Security-Policy"
httpEquiv="Content-Security-Policy"
content={`
default-src 'self';
connect-src 'self' ${localhostDomain} https://*.posthog.com https://lottie.host;
Expand Down

0 comments on commit c22a06f

Please sign in to comment.