Skip to content

Commit 8fae4de

Browse files
committed
update robots.txt
1 parent 8418c01 commit 8fae4de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/layout.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,8 @@ export default function RootLayout({ children }) {
9898
<meta name="linkedin:owner" content="chinmay29hub" />
9999
<meta name="telegram:channel" content="@chinmay29hub" />
100100

101-
{/* Security headers */}
101+
{/* Security headers - only include meta tags that work in HTML */}
102102
<meta httpEquiv="X-Content-Type-Options" content="nosniff" />
103-
<meta httpEquiv="X-Frame-Options" content="DENY" />
104103
<meta httpEquiv="X-XSS-Protection" content="1; mode=block" />
105104
<meta httpEquiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
106105

0 commit comments

Comments
 (0)