Remove CefBrowserSettings.web_security (fixes issue #3058)

This commit is contained in:
Marshall Greenblatt
2021-03-25 13:07:17 -04:00
parent 2ecefdf30b
commit 35a360fe66
4 changed files with 4 additions and 14 deletions

View File

@@ -253,7 +253,6 @@ void SetCefPrefs(const CefBrowserSettings& cef,
web.allow_universal_access_from_file_urls);
SET_STATE(cef.file_access_from_file_urls,
web.allow_file_access_from_file_urls);
SET_STATE(cef.web_security, web.web_security_enabled);
SET_STATE(cef.image_loading, web.loads_images_automatically);
SET_STATE(cef.image_shrink_standalone_to_fit,
web.shrinks_standalone_images_to_fit);