diff --git a/netlify.toml b/netlify.toml index 8a05a46..334c798 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,4 +5,5 @@ [[headers]] for = "/*" [headers.values] - Access-Control-Allow-Origin = "*" \ No newline at end of file + X-Frame-Options = "DENY" + Content-Security-Policy = "frame-ancestors 'none';" \ No newline at end of file