mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
Security: skip more print_host related info
This commit is contained in:
parent
32418eb66e
commit
8d56490dad
3 changed files with 14 additions and 7 deletions
|
@ -1962,7 +1962,11 @@ DynamicPrintConfig PresetBundle::full_config_secure() const
|
|||
config.erase("print_host");
|
||||
config.erase("print_host_webui");
|
||||
config.erase("printhost_apikey");
|
||||
config.erase("printhost_cafile"); return config;
|
||||
config.erase("printhost_cafile");
|
||||
config.erase("printhost_user");
|
||||
config.erase("printhost_password");
|
||||
config.erase("printhost_port");
|
||||
return config;
|
||||
}
|
||||
|
||||
const std::set<std::string> ignore_settings_list ={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue