From cb3fe01e40af90f6d8e25ed7bf8ee27b62bd48bf Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Wed, 15 Jan 2025 13:30:05 -0500 Subject: [PATCH] fix: set headers so playground works again --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 815a51fb3e..a955800b3b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,7 @@ environment = { SEGMENT_KEY = "", NODE_VERSION = "18.16.0" } [functions] directory = "www/netlify/functions" +[[headers]] + for = "/*" + [headers.values] + Content-Security-Policy = "frame-ancestors *;" \ No newline at end of file