I need to configure the following header tag in Mendix cloud Content-Security-Policy: default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; frame-ancestors 'self';form-action 'self'; But when I configure it the acceptance environment url redirects to a blank page Is there any specific format to be followed or is there any other way I can configure this header without affecting the working of the application Thanks