Introducing content security and egress controls

:tada: Content security and egress controls for custom UI apps

Having visibility and control over the external systems that your custom UI app communicates and shares data with helps maintain the security of your app and your app users.

To do this, we now require adding permissions to share data with external resources, as well as to use custom Content Security Policies (CSP). This means custom UI apps without these permissions will no longer work as expected. See Add content security and egress controls for more details.

Run npm install -g @forge/cli@latest on the command line to install the latest version of Forge CLI. for more details.

:construction: Modification of content security policy rules via inline styles

The previous method of using inline styles to modify content security policy (CSP) rules will be deprecated on 17 September 2021.

See Custom UI for more details, and Add content security and egress controls to start using the new method.

6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.