mirror of
https://github.com/b3nw/nginx-proxy-manager-mcp.git
synced 2026-05-19 23:35:47 -05:00
fix: Add hsts_subdomains and meta to DEFAULT_PROXY_SETTINGS
This commit is contained in:
@@ -11,12 +11,14 @@ DEFAULT_PROXY_SETTINGS: dict[str, Any] = {
|
|||||||
"certificate_id": 0,
|
"certificate_id": 0,
|
||||||
"ssl_forced": True,
|
"ssl_forced": True,
|
||||||
"hsts_enabled": True,
|
"hsts_enabled": True,
|
||||||
|
"hsts_subdomains": False,
|
||||||
"http2_support": True,
|
"http2_support": True,
|
||||||
"caching_enabled": False,
|
"caching_enabled": False,
|
||||||
"block_exploits": True,
|
"block_exploits": True,
|
||||||
"allow_websocket_upgrade": True,
|
"allow_websocket_upgrade": True,
|
||||||
"access_list_id": 0,
|
"access_list_id": 0,
|
||||||
"advanced_config": "",
|
"advanced_config": "",
|
||||||
|
"meta": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user