Skip to content
Snippets Groups Projects
Commit fa1af266 authored by radl97's avatar radl97
Browse files

Fix & enable Content-Security-Policy

Tested all admin and non-admin workflows, without any CSP violation.
parent 01aa2fde
No related branches found
No related tags found
1 merge request!24Enable Content-Security Policy
Pipeline #30669 failed
......@@ -17,7 +17,7 @@
<link rel="stylesheet" href="/static/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
{{/* <meta http-equiv="Content-Security-Policy" content="default-src: 'none'; script-src 'self'">*/}}
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self'; font-src 'self'; img-src 'self'">
<title>BecskasszáSCH</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment