You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 24, 2022. It is now read-only.
No request handler for permissions is implemented. If the application implements any
webview components that trigger permissions, such as notifications, the permissions will
be silently accepted without input from the user.
We should implement one to block any permission except for the webcam
session.fromPartition('some-partition').setPermissionRequestHandler((webContents,permission,callback)=>{// check for the webcam otherwise return callback ( false )})