Skip to content

Commit

Permalink
Add csp
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermayone committed Aug 7, 2024
1 parent dc16c6b commit 3809566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const year = new Date().getFullYear();
content="An open-source, next-generation messaging protocol with foundations in security and accessibility. Fostering secure and efficient communication and nurturing better connectivity, particularly in underdeveloped areas."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; img-src https://*; child-src 'none';"
/>
<meta charset="utf-8" />
<meta property="twitter:card" content="summary_large_image" />
<script
Expand Down

0 comments on commit 3809566

Please sign in to comment.