weitere verbesserungen der Guest PWA (vor allem TaskPicker)
This commit is contained in:
@@ -99,13 +99,13 @@ class ContentSecurityPolicy
|
||||
|
||||
if (app()->environment(['local', 'development']) || config('app.debug')) {
|
||||
$devHosts = [
|
||||
'http://localhost:5173',
|
||||
'http://fotospiel-app.test:5173',
|
||||
'http://127.0.0.1:5173',
|
||||
'https://localhost:5173',
|
||||
'https://127.0.0.1:5173',
|
||||
];
|
||||
$wsHosts = [
|
||||
'ws://localhost:5173',
|
||||
'ws://fotospiel-app.test:5173',
|
||||
'ws://127.0.0.1:5173',
|
||||
'wss://localhost:5173',
|
||||
'wss://127.0.0.1:5173',
|
||||
|
||||
Reference in New Issue
Block a user