summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/state_server/state_server_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/state_server/state_server_test.cpp')
-rw-r--r--vespalib/src/tests/state_server/state_server_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/state_server/state_server_test.cpp b/vespalib/src/tests/state_server/state_server_test.cpp
index f6e614f213a..2369e0dac66 100644
--- a/vespalib/src/tests/state_server/state_server_test.cpp
+++ b/vespalib/src/tests/state_server/state_server_test.cpp
@@ -85,7 +85,7 @@ TEST_FF("require that non-empty known url returns expected headers", DummyHandle
"Content-Length: 5\r\n"
"X-XSS-Protection: 1; mode=block\r\n"
"X-Frame-Options: DENY\r\n"
- "Content-Security-Policy: default-src 'none'\r\n"
+ "Content-Security-Policy: default-src 'none'; frame-ancestors 'none'\r\n"
"X-Content-Type-Options: nosniff\r\n"
"Cache-Control: no-store\r\n"
"Pragma: no-cache\r\n"