From 1064458a8a7a4106a0448847022cf14e246237ef Mon Sep 17 00:00:00 2001 From: Matthew Henry Date: Thu, 3 Sep 2020 10:07:13 +0100 Subject: [PATCH] Fixed spacing --- .../1.0/config/packages/ise_web_security.yaml | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) 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