Add "disablewebsecurity" attribute for <webview>

This commit is contained in:
Cheng Zhao 2014-12-17 16:32:25 -08:00
parent 6d168b89ef
commit c92d2531b5
6 changed files with 11 additions and 2 deletions

View file

@ -24,6 +24,7 @@ class WebViewManager : public content::BrowserPluginGuestManager {
struct WebViewOptions {
bool node_integration;
bool plugins;
bool disable_web_security;
GURL preload_url;
};