[FEATURE_REQUEST] config.yaml basicAuthUser Default Setting Recommendation #1415

This commit is contained in:
Cohee 2023-11-29 14:05:19 +02:00
parent 307f0d88c3
commit 1ce009b84e
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ whitelist:
basicAuthMode: false
# Basic authentication credentials
basicAuthUser:
username: user
password: password
username: "user"
password: "password"
# Enables CORS proxy middleware
enableCorsProxy: false
# Disable security checks - NOT RECOMMENDED

View File

@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="darkreader-lock">
<meta name="robots" content="noindex, nofollow" />
<link rel="manifest" href="/manifest.json">
<link rel="manifest" crossorigin="use-credentials" href="manifest.json">
<link href="webfonts/NotoSans/stylesheet.css" rel="stylesheet">
<!-- fontawesome webfonts-->
<link href="css/fontawesome.css" rel="stylesheet">
@ -4898,4 +4898,4 @@
</script>
</body>
</html>
</html>