|
@@ -56,10 +56,6 @@ export default async function LocaleLayout({
|
|
|
|
|
|
return (
|
|
|
<html lang={locale} suppressHydrationWarning>
|
|
|
- <head>
|
|
|
- {/* 添加 Content-Security-Policy 元标签 */}
|
|
|
- <meta httpEquiv="Content-Security-Policy" content="img-src * data: blob:;" />
|
|
|
- </head>
|
|
|
<body className={clsx("font-sans", fontSans.variable)}>
|
|
|
<NextIntlClientProvider messages={messages}>
|
|
|
<Providers themeProps={{ attribute: "class" }}>{children}</Providers>
|