docs

Prevention of Cross-site Scripting

Cross-site scripting (XSS) can be prevented by ensuring that it is not possible to inject script code into an application page that runs in a browser.

Controls must prohibit writing scripts to the page that comes from the application or from business data saved by a different user. To ensure this, the following two measures must be combined:


Avoiding XSS for a New Renderer

To ensure maximum security for a renderer, note the following:

Related Information

Cross-Site Scripting