Replies: 1 comment
-
The information in this link is old and outdated. Since You can try something like the follow (I've not tested this exact code). await CefThread.ExecuteOnUiThread(() =>
{
ctx.SetContentSetting(null, null, ContentSettingTypes.Geolocation, ContentSettingValues.Block);
}); If that doesn't work then asking on https://www.magpcss.org/ceforum/viewforum.php?f=6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, some users have reported that the latest Windows update have started asking for permission to use location services.
https://learn.microsoft.com/en-us/windows/win32/nativewifi/wi-fi-access-location-changes
Testing it appears that CefSharp.BrowserSubprocess is triggering it. Whilst looking for a way to disable it I found that the location services was removed quite a while ago;
https://stackoverflow.com/questions/66924967/how-to-allow-geolocation-access-on-cefsharp-browser
However something still seems to be triggering it.
Confirmed to be happening in V92 and latest version.
Any ideas on what I can turn off or disable to prevent this?
Beta Was this translation helpful? Give feedback.
All reactions