From d08c1419a3e2b3d2123a5bb77428c09f931c6c45 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 19 Jul 2022 17:57:08 -0400 Subject: [PATCH] Update firebase.json Signed-off-by: Tommy --- firebase.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firebase.json b/firebase.json index 3475746..5964e74 100644 --- a/firebase.json +++ b/firebase.json @@ -7,7 +7,7 @@ "headers": [ { "key": "Content-Security-Policy", - "value": "block-all-mixed-content; default-src: 'none'; frame-src: 'none'; frame-ancestors 'none'; form-action 'none'" + "value": "default-src 'none'; child-src 'self'; font-src 'self'; img-src 'self'; manifest-src 'self'; script-src 'self'; style-src 'self'; form-action 'none'; frame-ancestors 'none'; block-all-mixed-content; base-uri 'none'" }, { "key": "X-Content-Type-Options",