Skip to content

Commit

Permalink
Update to add wasm and json files to immutable cache. (#3230)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunburnedGoose committed Oct 15, 2018
1 parent c00d205 commit c2f8387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added PATCH
Empty file.
2 changes: 1 addition & 1 deletion src/htaccess
Expand Up @@ -959,7 +959,7 @@ FileETag None

<IfModule mod_headers.c>

<FilesMatch "\.(js|css|png|jpg)(\.(gz|br))?$">
<FilesMatch "\.(json|wasm|js|css|png|jpg)(\.(gz|br))?$">
Header merge Cache-Control "immutable"
</FilesMatch>

Expand Down

0 comments on commit c2f8387

Please sign in to comment.