Skip to content

Commit

Permalink
Allow manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmollenhour committed Aug 8, 2022
1 parent 5b1a484 commit 3cc6cfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,11 @@
order allow,deny
deny from all
</FilesMatch>
<FilesMatch \.(json|lock|md|sample|yml)$>
<FilesMatch (?<!manifest)\.json$>
order allow,deny
deny from all
</FilesMatch>
<FilesMatch \.(lock|md|sample|yml)$>
order allow,deny
deny from all
</FilesMatch>
Expand Down

0 comments on commit 3cc6cfc

Please sign in to comment.