gpt4 book ai didi

java - 如何在 Spring Security 中禁用 'X-Frame-Options' 响应 header ?

转载 作者:IT老高 更新时间:2023-10-28 13:01:33 27 4
gpt4 key购买 nike

我的jsp上有CKeditor,每当我上传东西时,都会弹出以下错误:

 Refused to display 'http://localhost:8080/xxx/xxx/upload-image?CKEditor=text&CKEditorFuncNum=1&langCode=ru' in a frame because it set 'X-Frame-Options' to 'DENY'.

我尝试删除 Spring Security,一切都像魅力一样。如何在 spring security xml 文件中禁用它? <http>之间应该写什么标签

最佳答案

如果您使用 Java 配置而不是 XML 配置,请将其放入您的 WebSecurityConfigurerAdapter.configure(HttpSecurity http) 方法中:

http.headers().frameOptions().disable();

关于java - 如何在 Spring Security 中禁用 'X-Frame-Options' 响应 header ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28647136/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com