mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
ui-v2 titlebar and fonts (#2607)
This commit is contained in:
@@ -72,7 +72,7 @@ async function createWindow() {
|
||||
style-src 'self' 'unsafe-inline';
|
||||
connect-src 'self' ws://localhost:3001 http://localhost:3001;
|
||||
img-src 'self' data: https:;
|
||||
font-src 'self' data:;
|
||||
font-src 'self' data: https://cash-f.squarecdn.com;
|
||||
`
|
||||
.replace(/\s+/g, ' ')
|
||||
.trim()
|
||||
@@ -81,7 +81,7 @@ async function createWindow() {
|
||||
script-src 'self';
|
||||
style-src 'self' 'unsafe-inline';
|
||||
img-src 'self' data: https:;
|
||||
font-src 'self' data:;
|
||||
font-src 'self' data: https://cash-f.squarecdn.com;
|
||||
`
|
||||
.replace(/\s+/g, ' ')
|
||||
.trim(),
|
||||
|
||||
Reference in New Issue
Block a user