chore: config CSP

This commit is contained in:
cv
2021-06-08 23:09:28 +02:00
parent 4b4e3fa52b
commit 65558e657e
+4 -2
View File
@@ -2,8 +2,10 @@
<html>
<head>
<meta charset="UTF-8" />
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
<!-- TODO: ADD CSP -->
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'unsafe-inline'; script-src 'self'"
/>
<title>ontime</title>
<style>
body {