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>