From 20c8973f5d132a8b3041d7917e8c48b6c5821437 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Wed, 1 Feb 2023 23:46:15 +0530 Subject: [PATCH] chore: set `X-Frame-Options` to `SAMEORIGIN` --- netlify.toml | 2 +- packages/hoppscotch-web/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index b57404ffa..80f0ee912 100644 --- a/netlify.toml +++ b/netlify.toml @@ -10,7 +10,7 @@ [[headers]] for = "/*" [headers.values] - X-Frame-Options = "DENY" + X-Frame-Options = "SAMEORIGIN" X-XSS-Protection = "1; mode=block" [[redirects]] diff --git a/packages/hoppscotch-web/index.html b/packages/hoppscotch-web/index.html index f497ecfa9..5cff33f3b 100644 --- a/packages/hoppscotch-web/index.html +++ b/packages/hoppscotch-web/index.html @@ -1,7 +1,7 @@ - Hoppscotch - Open source API development ecosystem + Hoppscotch • Open source API development ecosystem