Skip to content
Snippets Groups Projects
Unverified Commit a2b1d457 authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #2175 from andreasferber/security/vendor-htaccess

Security: Prevent direct access to /vendor/ via .htaccess
parents a30d2b79 b70123d0
No related branches found
No related tags found
No related merge requests found
<IfModule mod_authz_host>
Require all denied
</IfModule>
<IfModule !mod_authz_host>
Order allow,deny
Deny from all
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment