Üdvözöljük a Firefox for Android kiegészítők oldalon.
Bővítse extra funkciókkal és stílusokkal, hogy a Firefox for Android csak az Öné lehessen.
BezárásWebDAV for Filelink kiegészítő értékelése, írta: Kriner
5 csillagra értékelve az 5-ből
Hi,
if you don't want that somebody could make a directory listing of the webdav repository through the PROPFIND directive, you should add the following in the apache configuration:
<Directory your_directory_path>
AllowOverride None
# no directory listing with GET method
Options -Indexes
# no directory listing with webdav PROPFIND method
RequestHeader set Depth 0
</Directory>
Saját gyűjteményt szeretne készítéséhez Mozilla Add-ons felhasználói fiókkal kell rendelkeznie.