mirror of
https://github.com/koel/koel
synced 2024-11-24 05:03:05 +00:00
Remove unused csrf-token meta
This commit is contained in:
parent
a3e667fcab
commit
e0004718e5
1 changed files with 1 additions and 2 deletions
|
@ -5,10 +5,9 @@
|
|||
|
||||
<meta name="description" content="{{ config('app.tagline') }}">
|
||||
<meta charset="utf-8">
|
||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
|
||||
|
||||
<link rel="manifest" href="{{ App::staticUrl('manifest.json') }}" />
|
||||
<link rel="icon" type="image/x-icon" href="{{ App::staticUrl('public/img/favicon.ico') }}" />
|
||||
<link rel="icon" href="{{ App::staticUrl('public/img/icon.png') }}">
|
||||
|
|
Loading…
Reference in a new issue