diff --git a/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.yaml b/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.yaml index c54a4321..a77d8529 100644 --- a/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.yaml +++ b/googlechromelabs/ise-web-security-bundle/1.0/config/packages/ise_web_security.yaml @@ -1,13 +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 + defaults: + coop: + active: true + policy: 'same-origin' + coep: + active: true + policy: 'require-corp' + fetch_metadata: + active: true + allowed_endpoints: [] + trusted_types: + enabled: false