mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #338] When using webdav, unauthorized directories are still visible. #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EdenHell on GitHub (Jan 9, 2024).
Original GitHub issue: https://github.com/sigoden/dufs/issues/338
Problem
The unauthorized directory can still be displayed in Kodi, although the files inside cannot be viewed. However, I do not want it to be shown.
The expected effect is achieved when browsing in a web browser.
Conf
Environment:
@sigoden commented on GitHub (Jan 9, 2024):
similar to #263 #268
Webdav must be designed like this.
This is because some webdav clients do not carry the Authorization header when listing files.