Create issue to warn against using http.server_host in supervised installs (#155837)

This commit is contained in:
Erik Montnemery
2025-11-05 12:13:56 +01:00
committed by GitHub
parent 4a5dc8cdd6
commit bccb646a07
4 changed files with 76 additions and 4 deletions

View File

@@ -137,7 +137,6 @@ def test_secrets() -> None:
"server_port": 8123,
"ssl_profile": "modern",
"use_x_frame_options": True,
"server_host": ["0.0.0.0", "::"],
}
assert res["secret_cache"] == {
get_test_config_dir("secrets.yaml"): {"http_pw": "http://google.com"}