Skip to content

Commit dec0368

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 b2dd95f commit dec0368

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ private ContentTypeOptionsConfig enable() {
183183
*
184184
* <p>
185185
* Allows customizing the {@link XXssProtectionHeaderWriter} which adds the <a href=
186-
* "https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
186+
* "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"
187187
* >X-XSS-Protection header</a>
188188
* </p>
189189
*
@@ -198,7 +198,7 @@ public XXssConfig xssProtection() {
198198
*
199199
* <p>
200200
* Allows customizing the {@link XXssProtectionHeaderWriter} which adds the <a href=
201-
* "https://blogs.msdn.com/b/ieinternals/archive/2011/01/31/controlling-the-internet-explorer-xss-filter-with-the-x-xss-protection-http-header.aspx"
201+
* "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"
202202
* >X-XSS-Protection header</a>
203203
* </p>
204204
*

0 commit comments

Comments
 (0)