Skip to content

Commit

Permalink
Allow .well-known directory thru the gates
Browse files Browse the repository at this point in the history
In accordance with RFC 5785 https://tools.ietf.org/html/rfc5785
Fixes octobercms#2480
  • Loading branch information
daftspunk committed Nov 12, 2016
1 parent 3ca1a6f commit 0bcf8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
## White listed folders
##
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} !/.well-known/*
RewriteCond %{REQUEST_FILENAME} !/storage/app/uploads/.*
RewriteCond %{REQUEST_FILENAME} !/storage/app/media/.*
RewriteCond %{REQUEST_FILENAME} !/storage/temp/public/.*
Expand Down

0 comments on commit 0bcf8f4

Please sign in to comment.