Skip to content

Commit dc5f244

Browse files
muRnjzheaux
authored andcommitted
Replace expired msdn link with latest web archive copy
Initial link expired in March, 2016. Latest copy found in web archive is from February, 2016
1 parent bdfd6f9 commit dc5f244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configurers/HeadersConfigurer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public HeadersConfigurer<H> contentTypeOptions(Customizer<ContentTypeOptionsConf
148148
*
149149
* <p>
150150
* Allows customizing the {@link XXssProtectionHeaderWriter} which adds the <a href=
151-
* "https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
151+
* "https://web.archive.org/web/20160201174302/https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
152152
* >X-XSS-Protection header</a>
153153
* </p>
154154
* @return the {@link XXssConfig} for additional customizations
@@ -162,7 +162,7 @@ public XXssConfig xssProtection() {
162162
*
163163
* <p>
164164
* Allows customizing the {@link XXssProtectionHeaderWriter} which adds the <a href=
165-
* "https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
165+
* "https://web.archive.org/web/20160201174302/https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
166166
* >X-XSS-Protection header</a>
167167
* </p>
168168
* @param xssCustomizer the {@link Customizer} to provide more options for the

0 commit comments

Comments
 (0)