Expand my Community achievements bar.

How to add Sub-resource Integrity(SRI) integrity attribute to Adobe Launch script tag

Avatar

Level 1

Subresource Integrity (SRI) is a security feature that enables browsers to verify that the resources they fetch (for example, from a CDN ) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match.

 

How to add the integrity attribute to the Adobe Launch script below.

<script type="text/javascript" src="https://assets.adobedtm.com/launch-.min.js " async></script>

 

0 Replies