mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add crossorigin="use-credentials" to site.webmanifest
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<link rel="manifest" href="/site.webmanifest" crossorigin="use-credentials">
|
||||
<meta name="msapplication-TileColor" content="#00a572">
|
||||
<meta name='apple-mobile-web-app-status-bar-style' content='black-translucent' >
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
Reference in New Issue
Block a user