Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Mar 20, 2024
1 parent da02e23 commit f48782d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/walletextension/frontend/src/components/head-seo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const HeadSeo = ({
<meta http-equiv="X-Frame-Options" content="deny"></meta>
{/* to indicate the browser shouldn't interpret the response as something other than the specified content type */}
<meta http-equiv="X-Content-Type-Options" content="nosniff"></meta>
{/* The Content-Security-Policy header is used to prevent a wide range of attacks, including Cross-Site Scripting (XSS) and other cross-site injections. */}
{/* twitter metadata */}
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content={siteMetadata.twitterHandle} />
Expand Down

0 comments on commit f48782d

Please sign in to comment.