Skip to content

Commit

Permalink
Merge pull request #2591 from RamonSilva20/fix-issue-2590
Browse files Browse the repository at this point in the history
Update .htaccess
  • Loading branch information
willph authored Nov 10, 2024
2 parents e74ed38 + eaefff5 commit 3da5459
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .htaccess
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
<FilesMatch "^\.">
Order allow,deny
Deny from all
</FilesMatch>

RewriteEngine On
RewriteCond %{HTTP:Authorization} ^(.+)$
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

0 comments on commit 3da5459

Please sign in to comment.