add CSP (more security)
This commit is contained in:
parent
e3da5ba5b2
commit
bc10bfbbb5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="%lang%">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
|
||||
<link rel="stylesheet" href="/css/style.css" />
|
||||
%links%
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue