aboutsummaryrefslogtreecommitdiffstats
path: root/src/uploads/.htaccess
blob: c53904e83483eb7fb7239233ba93784488decf43 (plain) (blame)
1
2
3
4
5
# deny common executable/script payloads in uploads
<FilesMatch "\.(php|phtml|php[0-9]?|phar|cgi|pl|py|sh)$">
    Require all denied
</FilesMatch>
Options -ExecCGI