অ্যান্ড্রয়েড এর জন্য ফায়ারফক্স অ্যাড-অন এ স্বাগতম।

Add extra features and styles to make অ্যান্ড্রয়েড এর জন্য ফায়ারফক্স your own.

বন্ধ

On the go?

আমাদের মোবাইল অ্যাড-অন সাইটটি দেখুন।

বন্ধ

Kriner

আমার সম্বন্ধে

Developer Information
নাম Kriner
কবে থেকে ব্যবহারকারী সেপ্ট. 25, 2013
Number of add-ons developed 0 এড-ওনস
Average rating of developer's add-ons এখনও রেট করা হয় নি

আমার পর্যালোচনা

WebDAV for Filelink

Rated 5 out of 5 stars

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>

This review is for a previous version of the add-on (1.3).