mirror of
https://github.com/httpjamesm/AnonymousOverflow.git
synced 2025-04-18 21:12:08 +00:00
fix: set font-src to 'self' on questions (#101)
This commit is contained in:
parent
23b8ed8899
commit
a701810e11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<link rel="stylesheet" href="/static/comments.css" />
|
||||
<meta
|
||||
http-equiv="Content-Security-Policy"
|
||||
content="default-src 'none'; style-src 'self'; script-src 'self'; img-src {{ .imagePolicy }};"
|
||||
content="default-src 'none'; style-src 'self'; script-src 'self'; img-src {{ .imagePolicy }}; font-src 'self';"
|
||||
/>
|
||||
<meta name="description" content="{{ .question.ShortenedBody }}..." />
|
||||
{{ template "sharedHead.html" }}
|
||||
|
|
Loading…
Add table
Reference in a new issue