• @sugar_in_your_tea
    link
    English
    1124 days ago

    Looks like it’s just:

    1. Page prompts user for write access to directory
    2. User grants access
    3. Shocked Pikachu when page overwrites files

    The proper fix here IMO is to not let the user grant write or read access to an entire directory, only the files the page needs. Ideally, the only way a page could get write access to a directory is if the page owns the directory (i.e. the browser creates it for them and the user copies files into it).