Replies: 1 comment 1 reply
-
CEF has yet to add a method for clearing permissions. CEF has it's own feature request forum at https://magpcss.org/ceforum/viewforum.php?f=7 Once CEF adds support then CefSharp can add the method. In the meantime you can try using DevTools to clear permissions.
I've Not tested this so no idea if it works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With recently added PermissionHandler we are able to manage requested permissions (allow/deny). Problem is that these decisons are cached and OnShowPermissionPrompt/OnRequestMediaAccessPermission methods are not fired again until we dispose BrowserContext and create a new one. Is there any way to clear cached permission settings? Similarly as we can clear HTTP credentials cache by calling BrowserContext.ClearHttpAuthCredentials().
Beta Was this translation helpful? Give feedback.
All reactions