mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-02 21:09:09 +00:00
chore: config CSP
This commit is contained in:
@@ -2,8 +2,10 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
<meta
|
||||||
<!-- TODO: ADD CSP -->
|
http-equiv="Content-Security-Policy"
|
||||||
|
content="default-src 'self'; style-src 'unsafe-inline'; script-src 'self'"
|
||||||
|
/>
|
||||||
<title>ontime</title>
|
<title>ontime</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
|||||||
Reference in New Issue
Block a user