csp
This commit is contained in:
parent
949b61a05a
commit
0ae6dc5743
|
|
@ -20,6 +20,7 @@ export const prodIndex = (
|
||||||
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">
|
||||||
<link rel="stylesheet" href="/index.css">
|
<link rel="stylesheet" href="/index.css">
|
||||||
<link rel="stylesheet" href="/main.css">
|
<link rel="stylesheet" href="/main.css">
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self';" />
|
||||||
${this.head.join("\n")}
|
${this.head.join("\n")}
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue