Use content security policies (CSP) on the server side and the trusted types API on the client side to protect halOP against any kind of cross-site scripting (XSS) attacks.
The server-side part requires adding CSP headers, creating a nonce or hash on the server side. This includes WildFly as well as the standalone Quarkus server.
Resource:
Use content security policies (CSP) on the server side and the trusted types API on the client side to protect halOP against any kind of cross-site scripting (XSS) attacks.
The server-side part requires adding CSP headers, creating a nonce or hash on the server side. This includes WildFly as well as the standalone Quarkus server.
Resource: