WebView requests "Use camera" #125
-
For example:
This requests "Use Camera" (as XPrivacyLUA shows me). I believe WebViews can be further restricted from behavior like this. |
Beta Was this translation helpful? Give feedback.
Answered by
BrightDV
Dec 9, 2023
Replies: 1 comment 5 replies
-
Thanks for the report! I will have to investigate a bit. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for the late reply, I was really busy...
I refactored a bit the webview, so now it blocks all script/content requests that go not to the same domain, and blocks all the permission requests.
Can you try to see it happens again? You can download the .apk from the latest Github action: https://github.com/BrightDV/BoxBox/actions/runs/7150510342.
(Enable experimental features in the settings and then open the article test screen from the drawer in order to open the webview).
Thanks!