mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"manifests": {
|
|
"googlechromelabs/ise-web-security-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Ise\\WebSecurityBundle\\IseWebSecurityBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ise_web_security.yaml": {
|
|
"contents": [
|
|
"ise_web_security:",
|
|
" defaults:",
|
|
" coop:",
|
|
" active: true",
|
|
" policy: 'same-origin'",
|
|
" coep: ",
|
|
" active: true",
|
|
" policy: 'require-corp'",
|
|
" fetch_metadata:",
|
|
" active: true",
|
|
" allowed_endpoints: []",
|
|
" trusted_types:",
|
|
" active: false",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "936dc9b6d8f8a9a75553f8ed8b84d35eed352d84"
|
|
}
|
|
}
|
|
}
|