3 ms·
Why is that true? Some applications require file system access. People would grant the application the permission to access files like any other resource like c
by cush 9d ago
Why is that true? Some applications require file system access. People would grant the application the permission to access files like any other resource like camera, mic, location.
- tgv 8d agoBecause vulnerabilities, coarse access granularity and lazy or ill-informed users. E.g., you now grant cam access per domain. Changing functionality on that domain doesn't revoke permission, so a simple bait and switch is already possible. Now imagine granting access to your file system to some Microsoft domain and finding out that there was a change of heart and some new script has uploaded your files to OneDrive and deleted them from your disk.
- mg 8d agoTaking that logic of protecting users from themselves to the extreme, a website should not be able to display text either. Because it can use text to ask the user to open their explorer and delete the files manually. I think the flow of Chrome where the user has to select a file from disk and then acknowledge a prompt that the site will have access to that file until they close the window is fine. But if Mozilla wanted to protect users from themselves even more, they could make it as strong as they like. For example, by requiring to turn the functionality on in about:config. Not giving the user the choice at all, if they want a cloud only browser or a browser that lets them work with local files is the wrong way.