Added ise-web-security-bundle flex recipe

This commit is contained in:
Matthew Henry
2020-08-27 13:32:15 +01:00
parent 04a0d635c9
commit 8927f730c2
2 changed files with 21 additions and 0 deletions
@@ -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%/"
}
}