Updated again

This commit is contained in:
Tiago Ribeiro
2023-10-16 10:42:54 +01:00
parent ad841d4293
commit 5346979411

View File

@@ -16,10 +16,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
<html lang="en"> <html lang="en">
<head> <head>
<link rel="icon" href="/favicon.ico" sizes="any" /> <link rel="icon" href="/favicon.ico" sizes="any" />
<meta <meta http-equiv="Content-Security-Policy" content="default-src 'self' *.stripe.com" />
http-equiv="Content-Security-Policy"
content="default-src 'self' *.stripe.com; style-src 'self' *.stripe.com; script-src 'self' *.stripe.com;"
/>
</head> </head>
<body className={inter.className}>{children}</body> <body className={inter.className}>{children}</body>
</html> </html>