Thunderbird పొడిగింతలు

పొడిగింతలకు Thunderbird స్వాగతం.

Add extra features and styles to make Thunderbird your own.

మూసివేయి

On the go?

Check out our Mobile Add-ons site.

మూసివేయి

Kriner

నా గురించి

డెవలపర్ సమాచారం
పేరు Kriner
వాడుకరిగా సెప్టెం. 25, 2013
పొడిగింతల అభివృద్ధి సంఖ్య 0 పొడిగింతలు
డెవలపర్ యొక్క పొడిగింతల యొక్క సగటు రేటింగ్ ఇంకా రేటు చేయలేదు

నా సమీక్షలు

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).