Child pages
  • Content Security Policy (CSP)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can disable it fully with the boolean property: servoy.ngclient.setContentSecurityPolicyHeader but this should be avoided.

the other properties:

servoy.ngclient.contentSecurityPolicy.frame-src: 
servoy.ngclient.contentSecurityPolicy.frame-ancestors: 
servoy.ngclient.contentSecurityPolicy.font-src: 
servoy.ngclient.contentSecurityPolicy.img-src: 
servoy.ngclient.contentSecurityPolicy.style-src: 


Are there if you want to run the ngclient withing an iframe (frame-src, frame-ancestors)  or want to relax certain behaviors even more for loading if styles/fonts/images

...