close

Filter

loading table of contents...

Release Notes / Version 12.2412.0

Table Of Contents

Add Subresource Integrity for CSS and JS links to CAE

Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch are delivered without unexpected manipulation. The CAE supports SRI for JavaScript and CSS files.

All CSS and JS Freemarker templates in the blueprint are prepared and render the integrity-hash by default via a new function cm.getIntegrityHash(self).

Example:

<#assign integrityHash="${cm.getIntegrityHash(self)}"/>

Because browsers enforce CORS protection, if CSS files or images are accessed cross-domain with SRI enabled, this change can require additional CORS configuration, if CSS files and images are linked with absolute paths.

(CMS-6352)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.