Skip to content

Commit

Permalink
sec(Vendors) deny access to vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Nov 7, 2021
1 parent de376aa commit 501158f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vendor/.htaccess
@@ -0,0 +1,7 @@
<ifModule mod_authz_core.c>
Require all denied
</ifModule>

<IfModule !mod_authz_core.c>
Deny from all
</ifModule>

0 comments on commit 501158f

Please sign in to comment.