Allow .well-known directory thru the gates

In accordance with RFC 5785 https://tools.ietf.org/html/rfc5785
Fixes #2480
This commit is contained in:
Samuel Georges 2016-11-12 13:29:10 +11:00
parent 3ca1a6fc17
commit 0bcf8f47c1
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
## White listed folders ## White listed folders
## ##
RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.* RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.*
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.* RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.* RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*