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