Content Security Policy (CSP)
Added Content Security Policy to support the security posture of ThingWorx customers.
For more information, see Content Security Policy.
|
Functions
Added support for using the following functions inside JavaScript expressions within Expression and Validator functions.
• TW.setTimeout JavaScript function inside function expressions. You can use the function to run expressions with a delay of up to 10 seconds.
For more information, see Best Practices for Creating Function Expressions.
• TW.Runtime.updateDocumentTitle('')—Updates the document title.
• TW.sessionStorage—An object that contains four functions used to manages session storage at runtime: getItem(), setItem(), removeItem(), clear()
For more information, see Supported Runtime Functions and Objects.
|
Mashup Security
Added support for configuring Content Security Policy (CSP) rules.
|