Security headers #555
Replies: 2 comments 3 replies
-
Hi @georgev-97, You can add the headers with the nginx add_header 'Some-Header' 'value' always; Please let me know if this fixes your issue! |
Beta Was this translation helpful? Give feedback.
-
Hi @georgev-97 as for security headers: what API Gateway version are you working with? With version 5.0.2 security headers should be included by default (I just noticed that the version was actually missing from the documentation changelog andr triggered the doc update: mia-platform/documentation#1708) I'm wondering whether you are using an older version or there is a bug with the 5.0.2. If you want to try and update you could avoid using advanced configurations :) |
Beta Was this translation helpful? Give feedback.
-
What product are you having troubles with?
Console
What Console version are you using?
13
Description
Hello,
Is it possible to configure predefined security headers (e.g., HSTS, X-Frame-Options, Content-Security-Policy, etc.) to be automatically included in each response? Typically, this can be achieved by modifying the nginx.conf file.
Thank you
Actual Outcome
No response
Expected Outcome
No response
Beta Was this translation helpful? Give feedback.
All reactions