mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added crossorigin policy to link rel manifest. (#12005)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<link rel="shortcut icon" href="{{ LibreNMS\Config::get('favicon') }}" />
|
||||
@endif
|
||||
|
||||
<link rel="manifest" href="{{ asset('images/manifest.json') }}">
|
||||
<link rel="manifest" href="{{ asset('images/manifest.json') }}" crossorigin="use-credentials">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="msapplication-config" content="{{ asset('images/browserconfig.xml') }}">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
Reference in New Issue
Block a user