Cleanup config settings and provide some info

This commit is contained in:
the-djmaze 2022-12-30 15:11:25 +01:00
parent 4261bdafff
commit 4922586893
20 changed files with 44 additions and 67 deletions

View file

@ -10,7 +10,7 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
constructor() {
super();
this.addSettings(['UseLocalProxyForExternalImages','VerifySslCertificate','AllowSelfSigned']);
this.addSettings(['UseLocalProxyForExternalImages']);
this.weakPassword = rl.app.weakPassword;