Allow request manifest through reverse proxy with authentication

pull/947/head
Alexey Larkov 2020-01-02 17:18:36 +02:00 committed by Henrique Dias
parent 55a9d945cc
commit cb98c913d4
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/[{[ .StaticURL ]}]/img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/[{[ .StaticURL ]}]/img/icons/favicon-16x16.png">
<!-- Add to home screen for Android and modern mobile browsers -->
<link rel="manifest" id="manifestPlaceholder">
<link rel="manifest" id="manifestPlaceholder" crossorigin="use-credentials">
<meta name="theme-color" content="#2979ff">
<!-- Add to home screen for Safari on iOS -->