Disable WebAuthn by default because it requires to configure the BASE_URL

This commit is contained in:
Frédéric Guillot 2023-11-06 19:09:10 +00:00
parent 2b8342fcd5
commit ba614af82d
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ const (
defaultMetricsPassword = "" defaultMetricsPassword = ""
defaultWatchdog = true defaultWatchdog = true
defaultInvidiousInstance = "yewtu.be" defaultInvidiousInstance = "yewtu.be"
defaultWebAuthn = true defaultWebAuthn = false
) )
var defaultHTTPClientUserAgent = "Mozilla/5.0 (compatible; Miniflux/" + version.Version + "; +https://miniflux.app)" var defaultHTTPClientUserAgent = "Mozilla/5.0 (compatible; Miniflux/" + version.Version + "; +https://miniflux.app)"

View file

@ -514,7 +514,7 @@ Default is randomly generated at startup\&.
.B WEBAUTHN .B WEBAUTHN
Enable or disable WebAuthn/Passkey authentication\&. Enable or disable WebAuthn/Passkey authentication\&.
.br .br
Default is true\&. Default is disabled\&.
.SH AUTHORS .SH AUTHORS
.P .P