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
Hi all,
Is there any attribute to add the Javascript_include_tag statement for Subresource Integrity support ? https://www.w3.org/TR/SRI/
Something which is similar to the format that "sprockets" supports for adding integrity check to JavaScript files:
javascript_include_tag :application, integrity: true
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi all,
Is there any attribute to add the Javascript_include_tag statement for Subresource Integrity support ?
https://www.w3.org/TR/SRI/
Something which is similar to the format that "sprockets" supports for adding integrity check to JavaScript files:
javascript_include_tag :application, integrity: true
Thanks in advance
The text was updated successfully, but these errors were encountered: