Fix CSS and CSP

This commit is contained in:
spikecodes
2020-12-19 22:25:00 -08:00
parent a754d42b9e
commit 3594b6d41f
2 changed files with 19 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<head>
{% block head %}
<title>{% block title %}{% endblock %}</title>
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; style-src 'self' 'unsafe-inline';">
<meta name="description" content="View on Libreddit, an alternative private front-end to Reddit.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />