2023-12-18 04:14:31 +00:00
|
|
|
GET http://localhost
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|
|
|
|
|
|
|
|
|
|
GET http://127.0.0.1
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|
|
|
|
|
|
|
|
|
|
GET http://local.com
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|
|
|
|
|
|
|
|
|
|
GET http://localhost/some/non/handled/path
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|
|
|
|
|
|
|
|
|
|
GET http://127.0.0.1/some/non/handled/path
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|
|
|
|
|
|
|
|
|
|
GET http://local.com/some/non/handled/path
|
|
|
|
|
HTTP 200
|
|
|
|
|
Content-Type: text/html; charset=utf-8
|
2023-12-19 11:31:28 +00:00
|
|
|
Content-Security-Policy: frame-ancestors {{frame_ancestors}}
|
2023-12-18 04:14:31 +00:00
|
|
|
[Asserts]
|
|
|
|
|
header "Server" not exists
|
|
|
|
|
body == "index.html body"
|