Is it possible to set Feature Policy Header?

0
Hi everyone, I am currently applying every security feature possibile on my web application in Mendix and would like to set the HTTP response header "Feature-Policy". The goal is to disable unused browser features. My question is whether and how this can be implemented in Mendix. Are there specific settings or modules that can be used for this? I would appreciate any hints and tips! Best regards
asked
1 answers
0

Hi Leon,

 

if you are running on Mendix cloud, you can set some HTTP headers, but not the "Feature-Policy" one. If your application runs on-premise or custom hosting provider you should have full control over the HTTP headers based on the webserver configuration

 

See for more information the documentation here:

https://docs.mendix.com/developerportal/deploy/environments-details/#http-headers

 

and

 

https://docs.mendix.com/developerportal/deploy/mendix-cloud-request-headers/

 

answered