mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
Update sulu/mcp-bundle recipe for symfony/mcp-bundle 0.13 (#2039)
symfony/mcp-bundle 0.13 replaced the single implicit server with named servers under `mcp.servers`. sulu/mcp-bundle prepends one called `sulu`, so the `allowed_hosts` this recipe writes moves under `mcp.servers.sulu.http`.
This commit is contained in:
@@ -8,6 +8,9 @@ sulu_mcp:
|
||||
# ownership of a file that is not ours.
|
||||
|
||||
mcp:
|
||||
servers:
|
||||
# The server SuluMcpBundle prepends; its remaining options are set there.
|
||||
sulu:
|
||||
http:
|
||||
# DNS rebinding protection. Left unset it accepts localhost only, so a server
|
||||
# reachable under its own domain answers every request with "403 Forbidden:
|
||||
|
||||
Reference in New Issue
Block a user