Testing some more stuff
This commit is contained in:
@@ -16,7 +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 httpEquiv="Content-Security-Policy" content="default-src 'self' *.stripe.com" />
|
<meta httpEquiv="Content-Security-Policy-Report-Only" content="default-src 'self' *.stripe.com *.encoach.com localhost" />
|
||||||
|
|
||||||
<script async src="https://js.stripe.com/v3/pricing-table.js" />
|
<script async src="https://js.stripe.com/v3/pricing-table.js" />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user