Update tripwire link to direct to the forum (#5885)

This commit is contained in:
DogmaDragon
2025-06-02 10:07:55 +03:00
committed by GitHub
parent 0bd4edd9f4
commit 8ecbf4f7e4
3 changed files with 4 additions and 4 deletions

View File

@@ -1534,7 +1534,7 @@ func (i *Config) GetDefaultGenerateSettings() *models.GenerateMetadataOptions {
}
// GetDangerousAllowPublicWithoutAuth determines if the security feature is enabled.
// See https://docs.stashapp.cc/faq/setup/#protecting-against-accidental-exposure-to-the-internet
// See https://discourse.stashapp.cc/t/-/1658
func (i *Config) GetDangerousAllowPublicWithoutAuth() bool {
return i.getBool(dangerousAllowPublicWithoutAuth)
}