Skip to content

Commit e80edcb

Browse files
authored
Added .dist and .neon to "deny from all" in .htaccess (#2852)
1 parent c92cafc commit e80edcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.htaccess

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
Order allow,deny
219219
Deny from all
220220
</FilesMatch>
221-
<FilesMatch \.(lock|md|sample|sh|yml|yaml)$>
221+
<FilesMatch \.(dist|lock|md|neon|sample|sh|yml|yaml)$>
222222
Order allow,deny
223223
Deny from all
224224
</FilesMatch>

0 commit comments

Comments
 (0)