mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
[FEATURE_REQUEST] config.yaml basicAuthUser Default Setting Recommendation #1415
This commit is contained in:
@@ -12,8 +12,8 @@ whitelist:
|
|||||||
basicAuthMode: false
|
basicAuthMode: false
|
||||||
# Basic authentication credentials
|
# Basic authentication credentials
|
||||||
basicAuthUser:
|
basicAuthUser:
|
||||||
username: user
|
username: "user"
|
||||||
password: password
|
password: "password"
|
||||||
# Enables CORS proxy middleware
|
# Enables CORS proxy middleware
|
||||||
enableCorsProxy: false
|
enableCorsProxy: false
|
||||||
# Disable security checks - NOT RECOMMENDED
|
# Disable security checks - NOT RECOMMENDED
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
<meta name="darkreader-lock">
|
<meta name="darkreader-lock">
|
||||||
<meta name="robots" content="noindex, nofollow" />
|
<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">
|
<link href="webfonts/NotoSans/stylesheet.css" rel="stylesheet">
|
||||||
<!-- fontawesome webfonts-->
|
<!-- fontawesome webfonts-->
|
||||||
<link href="css/fontawesome.css" rel="stylesheet">
|
<link href="css/fontawesome.css" rel="stylesheet">
|
||||||
@@ -4898,4 +4898,4 @@
|
|||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user