about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--netlify.toml1
-rw-r--r--vercel.json4
2 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index ec51225..88a3cba 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -23,6 +23,7 @@ Strict-Transport-Security = "max-age=63072000; includeSubdomains"
 # openssl dgst -sha256 -binary < templates/style.css.html | openssl enc -base64
 # and paste the output after sha256-
 Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-p5EfRIhWJi7Zh7WJil3mpIVCZvcu+zebWbMe6B0so8A='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'"
+Cross-Origin-Resource-Policy = "same-site"
 Cache-Control = '''
   max-age=300,
   s-maxage=86400,
diff --git a/vercel.json b/vercel.json
index c23d334..4e5615b 100644
--- a/vercel.json
+++ b/vercel.json
@@ -25,6 +25,10 @@
           "value": "1; mode=block"
         },
         {
+          "key": "Cross-Origin-Resource-Policy",
+          "value": "same-site"
+        },
+        {
           "key": "Referrer-Policy",
           "value": "strict-origin-when-cross-origin"
         },