Skip to content

Commit

Permalink
update htaccess
Browse files Browse the repository at this point in the history
  • Loading branch information
mah0001 committed Oct 26, 2023
1 parent 4781130 commit d782a6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ Options -Indexes
#always connect via https
Header set Strict-Transport-Security "max-age=31536000; includeSubDomains"
</IfModule>


<FilesMatch "composer.json|composer.lock">
Order Allow,Deny
Deny from all
</FilesMatch>

0 comments on commit d782a6b

Please sign in to comment.