You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 17, 2019. It is now read-only.
We are currently using a regular expression to match javascript files as a hack to allow viewing them in the browser. We should instead check against the asset manifest so we know exactly what file is being requested
The text was updated successfully, but these errors were encountered:
Related issue: #116 - merely checking asset manifest will not be sufficient to handle situations where the asset is dynamically generated or obtained from a service. A common example is PDF downloads.
We are currently using a regular expression to match javascript files as a hack to allow viewing them in the browser. We should instead check against the asset manifest so we know exactly what file is being requested
The text was updated successfully, but these errors were encountered: