mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 06:24:15 +02:00
[core] improvement: new configuration property to disable SSL checking when downloading files
This commit is contained in:
@@ -51,7 +51,8 @@ class CoreConfigManager(YAMLConfigManager):
|
||||
'download': {
|
||||
'multithreaded': False,
|
||||
'multithreaded_client': None,
|
||||
'icons': True
|
||||
'icons': True,
|
||||
'check_ssl': True
|
||||
},
|
||||
'store_root_password': True,
|
||||
'disk': {
|
||||
|
||||
Reference in New Issue
Block a user