Skip to content
  • Lukas Reschke's avatar
    Don't disclose relative directory path for single shared files of user · f3ab4f3f
    Lukas Reschke authored
    The "dir" key is used within the public sharing template to indicate in which directory the user currently is when sharing a directory with subdirectories. This is needed by the JS scripts.
    
    However, when not accessing a directory then "dir" was set to the relative path of the file (from the user's home directory), meaning that for every public shared file the sharee can see the path.
    (For example if you share the file "foo.txt" from "finances/topsecret/" the sharee would still see the path "finances/topsecret/" from the shared HTML template)
    
    This is not the excpected behaviour and can be considered a privacy problem, this patch addresses this by setting "dir" to an empty key.
    f3ab4f3f