censor user credentials in logs by default
This commit is contained in:
@@ -976,6 +976,7 @@ void ServerState::load_config_early() {
|
||||
this->ep3_behavior_flags = this->config_json->get_int("Episode3BehaviorFlags", 0);
|
||||
this->ep3_card_auction_points = this->config_json->get_int("CardAuctionPoints", 0);
|
||||
this->hide_download_commands = this->config_json->get_bool("HideDownloadCommands", true);
|
||||
this->censor_credentials = this->config_json->get_bool("CensorCredentials", true);
|
||||
this->proxy_allow_save_files = this->config_json->get_bool("ProxyAllowSaveFiles", true);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user