mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-03 22:53:51 +08:00
fix(styles): Allow css from any domain (for web fonts)
This commit is contained in:
parent
3aa77a3d05
commit
acd960d611
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<title></title>
|
||||
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self'; style-src 'self' 'unsafe-inline';">
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'self'; style-src * 'unsafe-inline';">
|
||||
|
||||
<script src="index.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue