From cc614f04cb76780a52f68e05b680b62314e6f4fc Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 19 Jul 2022 17:06:17 -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 7579574..3475746 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": "block-all-mixed-content; default-src: 'none'; frame-src: 'none'; frame-ancestors 'none'; form-action 'none'" }, { "key": "X-Content-Type-Options",