mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Added ise-web-security-bundle flex recipe
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
ise_web_security:
|
||||
defaults:
|
||||
coop:
|
||||
active: true
|
||||
policy: 'same-origin'
|
||||
coep:
|
||||
active: true
|
||||
policy: 'require-corp'
|
||||
fetch_metadata:
|
||||
active: true
|
||||
allowed_endpoints: []
|
||||
trusted_types:
|
||||
enabled: false
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Ise\\WebSecurityBundle\\IseWbeSecurityBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user