Archived
1
0

Allow data: in CSP for font-src

Closes #1530.
This commit is contained in:
Asher
2020-04-20 18:10:07 -05:00
parent 27ba64c7e4
commit ee14db20f1
6 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@
/>
<meta
http-equiv="Content-Security-Policy"
content="style-src 'self'; script-src 'self' 'unsafe-inline'; manifest-src 'self'; img-src 'self' data:;"
content="style-src 'self'; script-src 'self' 'unsafe-inline'; manifest-src 'self'; img-src 'self' data:; font-src 'self' data:;"
/>
<title>code-server login</title>
<link rel="icon" href="{{BASE}}/static/{{COMMIT}}/src/browser/media/favicon.ico" type="image/x-icon" />