-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Fix constant value in XContentTypeOptionsServerHttpHeadersWriter #13155
Comments
Because this field is |
If the following meets the results of your discussion, i'll gladly open a pull request for this issue
|
Thanks for the offer, @joerg-richter-5234. The ticket is yours. I think there are actually two things going on here. @marcusdacoregio is pointing out that the value is incorrect, and I am pointing out that the variable itself is not ideal. So, instead, let's please just focus for now on correcting the value to Please make this change on the |
set constant value to X-Content-Type-Options resolves spring-projectsgh-13155
The value in
spring-security/web/src/main/java/org/springframework/security/web/server/header/XContentTypeOptionsServerHttpHeadersWriter.java
Line 31 in 613165b
X-Content-Type-Options
The text was updated successfully, but these errors were encountered: