Add "disablewebsecurity" attribute for <webview>
This commit is contained in:
parent
6d168b89ef
commit
c92d2531b5
6 changed files with 11 additions and 2 deletions
|
@ -24,6 +24,7 @@ class WebViewRendererState {
|
|||
int guest_instance_id;
|
||||
bool node_integration;
|
||||
bool plugins;
|
||||
bool disable_web_security;
|
||||
base::FilePath preload_script;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue