Make <webview> work with plugins turned off
This commit is contained in:
parent
db071f8d8e
commit
10a8f3c884
9 changed files with 44 additions and 23 deletions
|
@ -75,7 +75,7 @@ void AtomBrowserClient::OverrideWebkitPrefs(
|
|||
prefs->javascript_enabled = true;
|
||||
prefs->web_security_enabled = true;
|
||||
prefs->javascript_can_open_windows_automatically = true;
|
||||
prefs->plugins_enabled = false;
|
||||
prefs->plugins_enabled = true;
|
||||
prefs->dom_paste_enabled = true;
|
||||
prefs->java_enabled = false;
|
||||
prefs->allow_scripts_to_close_windows = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue