Adding Content-Security-Policy

This commit is contained in:
sergiotarxz 2022-11-10 21:40:16 +01:00
parent eb2d7dc004
commit 8934514c5b
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
<script src="/js/index.js"></script>
<link rel="stylesheet" href="/css/styles.css"/>
<title><%= title %></title>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; img-src https://*; child-src 'none';" />
<meta name="description" content="Lee más sobre: <%= title %>"/>
<meta property="og:title" content="<%= title %>"/>
<meta property="og:site_name" content="Burguillos.info" />