Update the links after minor file restructuring (#3396)

This commit is contained in:
DogmaDragon
2023-02-06 07:34:06 +02:00
committed by GitHub
parent d80ec1d7a1
commit ef2af977d3
8 changed files with 15 additions and 15 deletions

View File

@@ -1287,7 +1287,7 @@ func (i *Instance) GetDefaultGenerateSettings() *models.GenerateMetadataOptions
}
// GetDangerousAllowPublicWithoutAuth determines if the security feature is enabled.
// See https://docs.stashapp.cc/docs/Network/Authentication-Required-When-Accessing-Stash-From-the-Internet/
// See https://docs.stashapp.cc/networking/authentication-required-when-accessing-stash-from-the-internet
func (i *Instance) GetDangerousAllowPublicWithoutAuth() bool {
return i.getBool(dangerousAllowPublicWithoutAuth)
}