allowDisplayingInsecureContent is removed by Chrome
This commit is contained in:
parent
47c1bc9f66
commit
2e0780308c
13 changed files with 7 additions and 24 deletions
|
@ -160,7 +160,6 @@ void AtomBrowserClient::OverrideWebkitPrefs(
|
|||
prefs->allow_universal_access_from_file_urls = true;
|
||||
prefs->allow_file_access_from_file_urls = true;
|
||||
prefs->experimental_webgl_enabled = true;
|
||||
prefs->allow_displaying_insecure_content = false;
|
||||
prefs->allow_running_insecure_content = false;
|
||||
|
||||
// Custom preferences of guest page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue