Open lukewegryn opened 1 year ago
There is no such option right now.
All currently available options can be found in config.js
Hello @lukewegryn, Have you found a solution ?
bump
Is there any good use case to allow this? This is commonly blocked as bad practice from a security standpoint.
I wanted to embed an instance in my website. So for aesthetical reasons
Is there a configuration option to allow the application to be used in an iframe by another domain? I see the
x-frame-options: SAMEORIGIN
in the response, preventing this. Is there a configuration option that can be used to set thex-frame-options
header to a different value?