v0.9.56
- Small update for CGI Security - Various AI suggested fixes - Fix to logging verbosity - Fixes for Last-Modified headers - Removed 2 unused node module deps - Added pc-only user_config.json example - Initial work updating catchall system to support CGI - Reverted registration and home theme system due to problems
This commit is contained in:
@@ -520,8 +520,8 @@ class WTVShared {
|
||||
|
||||
if (minisrv_config.config.verbosity >= 0 && minisrv_config.config.verbosity <= 3) {
|
||||
debugFlags.quiet = minisrv_config.config.verbosity < 2;
|
||||
debugFlags.show_headers = minisrv_config.config.verbosity % 2 === 1;
|
||||
debugFlags.debug = minisrv_config.config.verbosity === 2 || minisrv_config.config.verbosity === 3;
|
||||
debugFlags.show_headers = minisrv_config.config.verbosity === 2
|
||||
debugFlags.debug = minisrv_config.config.verbosity === 3;
|
||||
log(` * Console Verbosity level ${minisrv_config.config.verbosity}`);
|
||||
} else {
|
||||
Object.assign(debugFlags, { debug: true, quiet: false, show_headers: true });
|
||||
|
||||
Reference in New Issue
Block a user