Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set X-Frame-Options to SAMEORIGIN by default #475

Open
glebshalyganov opened this issue May 29, 2020 · 0 comments
Open

Set X-Frame-Options to SAMEORIGIN by default #475

glebshalyganov opened this issue May 29, 2020 · 0 comments
Assignees

Comments

@glebshalyganov
Copy link
Contributor

By default X-Frame-Options is set to DENY in spring security. But we need it to be set to SAMEORIGIN for the file downloading support.
As for now this setting is hardcoded in JmixCoreSecurityConfiguration and StandardSecurityConfiguration. But if clients want to provide their own security configuration, they should add this setting as well.
So it would be better to think about more generic approach.

@knstvk knstvk transferred this issue from jmix-projects/jmix-old Mar 18, 2021
@knstvk knstvk assigned andreysubbotin and unassigned gorbunkov Mar 18, 2021
@gorbunkov gorbunkov transferred this issue from jmix-projects/jmix-security Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants