|
@@ -2,14 +2,14 @@
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
<meta charset="utf-8" />
|
|
|
- <link rel="icon" type="image/png" href="/static/favicon.png" />
|
|
|
- <link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" />
|
|
|
- <link rel="icon" type="image/svg+xml" href="/static/favicon.svg" />
|
|
|
- <link rel="shortcut icon" href="/static/favicon.ico" />
|
|
|
- <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" />
|
|
|
+ <link rel="icon" type="image/png" href="/static/favicon.png" crossorigin="use-credentials"/>
|
|
|
+ <link rel="icon" type="image/png" href="/static/favicon-96x96.png" sizes="96x96" crossorigin="use-credentials" />
|
|
|
+ <link rel="icon" type="image/svg+xml" href="/static/favicon.svg" crossorigin="use-credentials"/>
|
|
|
+ <link rel="shortcut icon" href="/static/favicon.ico" crossorigin="use-credentials"/>
|
|
|
+ <link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png" crossorigin="use-credentials" />
|
|
|
<meta name="apple-mobile-web-app-title" content="Open WebUI" />
|
|
|
|
|
|
- <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
|
|
|
+ <link rel="manifest" href="/manifest.json" crossorigin="use-credentials" crossorigin="use-credentials" />
|
|
|
<meta
|
|
|
name="viewport"
|
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, viewport-fit=cover"
|
|
@@ -22,9 +22,10 @@
|
|
|
type="application/opensearchdescription+xml"
|
|
|
title="Open WebUI"
|
|
|
href="/opensearch.xml"
|
|
|
+ crossorigin="use-credentials"
|
|
|
/>
|
|
|
- <script src="/static/loader.js" defer></script>
|
|
|
- <link rel="stylesheet" href="/static/custom.css" />
|
|
|
+ <script src="/static/loader.js" defer crossorigin="use-credentials"></script>
|
|
|
+ <link rel="stylesheet" href="/static/custom.css" crossorigin="use-credentials" />
|
|
|
|
|
|
<script>
|
|
|
function resizeIframe(obj) {
|