mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
add content security policy to base template
This commit is contained in:
parent
ca025bc6f6
commit
d03109222c
@ -6,6 +6,7 @@
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self' *; script-src 'self' *.offen.dev; frame-src 'self' *.offen.dev">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5">
|
||||
<meta name="description" content="{{ description }}">
|
||||
|
Loading…
Reference in New Issue
Block a user