Disable WebAuthn by default because it requires to configure the BASE_URL
This commit is contained in:
parent
2b8342fcd5
commit
ba614af82d
2 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue