Skip to content

Commit 3cc6cfc

Browse files
Allow manifest.json
1 parent 5b1a484 commit 3cc6cfc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.htaccess

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,11 @@
208208
order allow,deny
209209
deny from all
210210
</FilesMatch>
211-
<FilesMatch \.(json|lock|md|sample|yml)$>
211+
<FilesMatch (?<!manifest)\.json$>
212+
order allow,deny
213+
deny from all
214+
</FilesMatch>
215+
<FilesMatch \.(lock|md|sample|yml)$>
212216
order allow,deny
213217
deny from all
214218
</FilesMatch>

0 commit comments

Comments
 (0)