Replies: 2 comments
-
we have an existing filter for CORS configuration, but nothing to set general headers from config. it sounds like a reasonable feature to have, so feel free to create an issue. we're currently doing some reorganization in the http modules, so please wait one or two weeks if you want to make a pr. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @yawkat Thanks very much for your reply. I already made a corresponding change for AKHQ (https://github.com/tchiotludo/akhq/pull/1235/files). I could adapt it to micronaut as well, later. Best regards, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together
Is there a way one can configure HTTP response headers (e.g.
Cross-Origin-Opener-Policy
,X-Frame-Options
,Feature-Policy
etc.) in Micronaut configuration throughapplication.yml
? I did not find any documentation on how to implement such an intent.Maybe there is a property prefix similar to CSP
micronaut.views.csp.*
?Or should I create an appropriate pull-request or an issue as recommended by tchiotludo in AKHQ discussion?
Thanks very much in advance.
Best regards,
Adi
Beta Was this translation helpful? Give feedback.
All reactions