mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Call OnBeforePluginLoad when building the plugin list (issue #1708)
This commit is contained in:
@@ -32,7 +32,9 @@ class ClientRequestContextHandler : public CefRequestContextHandler {
|
||||
*plugin_policy = PLUGIN_POLICY_ALLOW;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
*plugin_policy = PLUGIN_POLICY_DISABLE;
|
||||
return true;
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user