Merge pull request #9644 from electron/webview-sandbox
Enable sandbox on webview
This commit is contained in:
commit
2cd49f3036
14 changed files with 209 additions and 8 deletions
|
@ -180,6 +180,7 @@ class App : public AtomBrowserClient::Delegate,
|
|||
|
||||
std::vector<mate::Dictionary> GetAppMetrics(v8::Isolate* isolate);
|
||||
v8::Local<v8::Value> GetGPUFeatureStatus(v8::Isolate* isolate);
|
||||
void EnableMixedSandbox(mate::Arguments* args);
|
||||
|
||||
#if defined(OS_WIN)
|
||||
// Get the current Jump List settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue