Skip to content

v13.49.0

Latest

Choose a tag to compare

@tomlyn tomlyn released this 30 Jul 21:19
ac312d9

Minor Release v13.49.0

Build

#3228 Track removal of unsafe-inline from CSP and refactor dynamic inline styles

Elyra Canvas can now handle a Content Security Policy (CSP) where style-src does not have to be set to 'unsafe-inline', which is a more secure way to run.

If you intend to configure your application this way please read the associated documentation to understand restrictions and what you need to do to prevent errors occurring, specifically with your icons and providing a nonce.

The Test harness has been modified to run either with no security policy or with a security policy where style-src is not set to 'unsafe-inline'. This can be changed using the CSP toggle switch in the test harness action bar.

image

You can examine the following files from the test harness

  • application.js to see how it generates a nonce and
  • App.js to see how it passes the nonce to Common Properties.

Common Canvas

  • Bug fixes

Common Properties

  • Bug fixes

Issues Resolved

New Contributors

Full Changelog: v13.48.0...v13.49.0