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
Currently we load some JavaScript libraries from a third party CDNs at runtime. This provides negligible performance increases and hosting savings at the expense of a potential security risk, and the ability to develop the app offline.
We should try to replace the CDN links with formal JS dependency management (package.json). Failing that, we could check the code into the repo.
The text was updated successfully, but these errors were encountered:
Currently we load some JavaScript libraries from a third party CDNs at runtime. This provides negligible performance increases and hosting savings at the expense of a potential security risk, and the ability to develop the app offline.
We should try to replace the CDN links with formal JS dependency management (package.json). Failing that, we could check the code into the repo.
The text was updated successfully, but these errors were encountered: