mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
chore: enable_data_url_support does not exist anymore
This commit is contained in:
@@ -80,9 +80,6 @@ NetworkContextService::CreateNetworkContextParams(bool in_memory,
|
||||
network_context_params->enable_ftp_url_support = true;
|
||||
#endif // !BUILDFLAG(DISABLE_FTP_SUPPORT)
|
||||
|
||||
// Needed for PAC scripts that use data URLs.
|
||||
network_context_params->enable_data_url_support = true;
|
||||
|
||||
proxy_config_monitor_.AddToNetworkContextParams(network_context_params.get());
|
||||
|
||||
BrowserProcessImpl::ApplyProxyModeFromCommandLine(
|
||||
|
||||
Reference in New Issue
Block a user