Merge branch '6.2.x'

This commit is contained in:
Josh Cummings
2023-12-18 11:47:39 -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");
}
}