Skip to content

Commit

Permalink
Added .dist and .neon to "deny from all" in .htaccess (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano authored Dec 26, 2022
1 parent c92cafc commit e80edcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
Order allow,deny
Deny from all
</FilesMatch>
<FilesMatch \.(lock|md|sample|sh|yml|yaml)$>
<FilesMatch \.(dist|lock|md|neon|sample|sh|yml|yaml)$>
Order allow,deny
Deny from all
</FilesMatch>
Expand Down

0 comments on commit e80edcb

Please sign in to comment.