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
As part of a security review of the public, open-source CDN jsDelivr that 2U/edX.org frontends intend to use to consume Paragon's design tokens external CSS, it was asked we support Subresource Integrity (SRI), if possible.
However, using CDNs also comes with a risk, in that if an attacker gains control of a CDN, the attacker can inject arbitrary malicious content into files on the CDN (or replace the files completely)
Subresource Integrity enables you to mitigate some risks of attacks such as this, by ensuring that the files your web application or web document fetches (from a CDN or anywhere) have been delivered without a third-party having injected any additional content into those files — and without any other changes of any kind at all having been made to those files.
As part of a security review of the public, open-source CDN jsDelivr that 2U/edX.org frontends intend to use to consume Paragon's design tokens external CSS, it was asked we support Subresource Integrity (SRI), if possible.
The text was updated successfully, but these errors were encountered: