Skip to content

Commit be5b136

Browse files
authored
Merge pull request #1988 from fermyon/no-more-http-hosts
Get rid of `allowed_http_hosts` in v2 manifest
2 parents fc2915e + acd4f58 commit be5b136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http/testdata/spin-roundtrip/spin.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.0"
88
[[component]]
99
id = "http-roundtrip-test"
1010
source = "main.wasm"
11-
allowed_http_hosts = ["example.com"]
11+
allowed_outbound_hosts = ["https://example.com"]
1212
[component.trigger]
1313
route = "/hello/..."
1414
[component.build]

0 commit comments

Comments
 (0)