Route app network TLS policy through platform services
This commit is contained in:
@@ -191,6 +191,11 @@ bool App::uses_work_directory_document_export_collections() const
|
||||
return active_platform_services().uses_work_directory_document_export_collections();
|
||||
}
|
||||
|
||||
bool App::disables_network_tls_verification() const
|
||||
{
|
||||
return active_platform_services().disables_network_tls_verification();
|
||||
}
|
||||
|
||||
void App::pick_dir(std::function<void(std::string path)> callback)
|
||||
{
|
||||
redraw = true;
|
||||
|
||||
Reference in New Issue
Block a user