Добре дошли в Добавки за Firefox за Android.

Добавете допълнителни възможности и теми, за да направите Firefox за Android свой.

Затваряне

On the go?

Check out our Mobile Add-ons site.

Затваряне

Kriner

За мен

Информация за разработчика
Име Kriner
Потребител от Септ. 25, 2013
Брой добавки 0 добавки
Средна оценка на добавките Без оценка

Мои отзиви

WebDAV for Filelink

Оценена с 5 от 5 звезди

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>

Това е отзив за предно издание на добавката (1.3).