Replies: 1 comment
-
It simply means, make sure you test that the file they are trying to access is what you want them to access. One example would be to limit it to certain directories, specific to the app. You need to take into account the potential that a malicious JS script could try and access files like |
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
-
For my app (an image labeling and sorting app) I need to allow the user to select a directory and load all images into the webview.
With all this in mind I have a few questions
Thanks all, this is an awesome project.
Beta Was this translation helpful? Give feedback.
All reactions