mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-25 13:39:22 +00:00
Fix edge case where HTTP Auth is used
This commit is contained in:
parent
1a545bb2a1
commit
e9676491ee
@ -3,11 +3,11 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>yarr!</title>
|
<title>yarr!</title>
|
||||||
<link rel="stylesheet" href="/static/stylesheets/bootstrap.min.css">
|
<link rel="stylesheet" href="/static/stylesheets/bootstrap.min.css" crossorigin="use-credentials">
|
||||||
<link rel="stylesheet" href="/static/stylesheets/app.css">
|
<link rel="stylesheet" href="/static/stylesheets/app.css" crossorigin="use-credentials">
|
||||||
<link rel="icon" href="/static/graphicarts/favicon.svg" type="image/svg+xml">
|
<link rel="icon" href="/static/graphicarts/favicon.svg" type="image/svg+xml" crossorigin="use-credentials">
|
||||||
<link rel="alternate icon" href="/static/graphicarts/favicon.png" type="image/png">
|
<link rel="alternate icon" href="/static/graphicarts/favicon.png" type="image/png" crossorigin="use-credentials">
|
||||||
<link rel="manifest" href="/static/manifest.json" />
|
<link rel="manifest" href="/static/manifest.json" crossorigin="use-credentials"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<script>
|
<script>
|
||||||
window.app = window.app || {}
|
window.app = window.app || {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user