mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
603e85a508 |
+2
-2
@@ -12,9 +12,9 @@
|
|||||||
"_links": {
|
"_links": {
|
||||||
"repository": "github.com/symfony/recipes-contrib",
|
"repository": "github.com/symfony/recipes-contrib",
|
||||||
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
"origin_template": "{package}:{version}@github.com/symfony/recipes-contrib:main",
|
||||||
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2034/{package_dotted}.{version}.json",
|
"recipe_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2039/{package_dotted}.{version}.json",
|
||||||
"recipe_template_relative": "{package_dotted}.{version}.json",
|
"recipe_template_relative": "{package_dotted}.{version}.json",
|
||||||
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2034/archived/{package_dotted}/{ref}.json",
|
"archived_recipes_template": "https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-2039/archived/{package_dotted}/{ref}.json",
|
||||||
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
"archived_recipes_template_relative": "archived/{package_dotted}/{ref}.json"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+14
-11
@@ -87,16 +87,19 @@
|
|||||||
"# ownership of a file that is not ours.",
|
"# ownership of a file that is not ours.",
|
||||||
"",
|
"",
|
||||||
"mcp:",
|
"mcp:",
|
||||||
" http:",
|
" servers:",
|
||||||
" # DNS rebinding protection. Left unset it accepts localhost only, so a server",
|
" # The server SuluMcpBundle prepends; its remaining options are set there.",
|
||||||
" # reachable under its own domain answers every request with \"403 Forbidden:",
|
" sulu:",
|
||||||
" # Invalid Host header.\" after the OAuth handshake already succeeded, and without",
|
" http:",
|
||||||
" # writing anything to the log. Hosts carry no port.",
|
" # DNS rebinding protection. Left unset it accepts localhost only, so a server",
|
||||||
" allowed_hosts:",
|
" # reachable under its own domain answers every request with \"403 Forbidden:",
|
||||||
" - '%env(key:host:url:SULU_MCP_SERVER_URL)%'",
|
" # Invalid Host header.\" after the OAuth handshake already succeeded, and without",
|
||||||
" - localhost",
|
" # writing anything to the log. Hosts carry no port.",
|
||||||
" - 127.0.0.1",
|
" allowed_hosts:",
|
||||||
" - '[::1]'",
|
" - '%env(key:host:url:SULU_MCP_SERVER_URL)%'",
|
||||||
|
" - localhost",
|
||||||
|
" - 127.0.0.1",
|
||||||
|
" - '[::1]'",
|
||||||
"",
|
"",
|
||||||
"league_oauth2_server:",
|
"league_oauth2_server:",
|
||||||
" scopes:",
|
" scopes:",
|
||||||
@@ -131,7 +134,7 @@
|
|||||||
"executable": false
|
"executable": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ref": "82ffa93812d4dff9e9d5673751749ddc8f65b46c"
|
"ref": "5c8da8c17e2a8976aac6614c4fbdbc3ce841eb06"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user