mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 21:33:30 +02:00
update tabs
This commit is contained in:
parent
37dfbbe477
commit
2f67a007cd
1 changed files with 1 additions and 1 deletions
|
|
@ -346,7 +346,7 @@ namespace MediaBrowser.WebDashboard.Api
|
|||
|
||||
if (string.Equals(mode, "cordova", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
sb.Append("<meta http-equiv=\"Content-Security-Policy\" content=\"default-src * 'unsafe-inline' 'unsafe-eval' data: gap: file: filesystem:;\">");
|
||||
sb.Append("<meta http-equiv=\"Content-Security-Policy\" content=\"default-src * 'unsafe-inline' 'unsafe-eval' data: gap://ready file: filesystem:;\">");
|
||||
}
|
||||
|
||||
sb.Append("<link rel=\"manifest\" href=\"manifest.json\">");
|
||||
|
|
|
|||
Loading…
Reference in a new issue