 
        WebDAV for Filelink 1.5 ਮੁੜ ਤੋਂ ਚਾਲੂ ਕਰਨ ਦੀ ਲੋੜ ਹੈ
ਵੱਲੋਂ Philipp Kewisch
Adds the possibility to use a WebDAV store for Filelink. With this extension you can link attachments to a WebDAV service, for example as provided by Apache's mod_dav or some public services.
ਇਸ ਐਡ-ਆਨ ਬਾਰੇ
To configure Apache's mod_dav to require authentication for writes but allow public access, you may use this configuration. GET and PROPFIND are still allowed.
DAV On
AllowOverride None
AuthUserFile    /path/to/htpasswd
AuthType        Basic
AuthName        "DAV"
<Limit PUT POST DELETE PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
  Require valid-user
</Limit>
# No directory listing with GET method
Options -Indexes
# No directory listing with webdav PROPFIND method
RequestHeader set Depth 0
![[ਚੇਤਾਵਨੀ]](https://addons.thunderbird.net/static/img/developers/test-warning.png?b=58a99cbb-667a0970) ਪਰਵਾਨਗੀਆਂ
ਪਰਵਾਨਗੀਆਂ
     
               
              