Updated again
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user