Merge branch '5.8.x' into 6.1.x

Closes gh-14345
This commit is contained in:
Josh Cummings
2023-12-18 11:46:04 -07:00
5 changed files with 8 additions and 8 deletions

View File

@@ -82,7 +82,7 @@ public class XXssProtectionServerHttpHeadersWriterTests {
this.writer.writeHttpHeaders(this.exchange);
assertThat(this.headers).hasSize(1);
assertThat(this.headers.get(XXssProtectionServerHttpHeadersWriter.X_XSS_PROTECTION))
.containsOnly("1 ; mode=block");
.containsOnly("1; mode=block");
}
}