We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8418c01 commit 8fae4deCopy full SHA for 8fae4de
app/layout.jsx
@@ -98,9 +98,8 @@ export default function RootLayout({ children }) {
98
<meta name="linkedin:owner" content="chinmay29hub" />
99
<meta name="telegram:channel" content="@chinmay29hub" />
100
101
- {/* Security headers */}
+ {/* Security headers - only include meta tags that work in HTML */}
102
<meta httpEquiv="X-Content-Type-Options" content="nosniff" />
103
- <meta httpEquiv="X-Frame-Options" content="DENY" />
104
<meta httpEquiv="X-XSS-Protection" content="1; mode=block" />
105
<meta httpEquiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
106
0 commit comments