chore: set X-Frame-Options to SAMEORIGIN

This commit is contained in:
Liyas Thomas
2023-02-01 23:46:15 +05:30
parent 461d67ce90
commit 20c8973f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
[[headers]] [[headers]]
for = "/*" for = "/*"
[headers.values] [headers.values]
X-Frame-Options = "DENY" X-Frame-Options = "SAMEORIGIN"
X-XSS-Protection = "1; mode=block" X-XSS-Protection = "1; mode=block"
[[redirects]] [[redirects]]

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>Hoppscotch - Open source API development ecosystem</title> <title>Hoppscotch Open source API development ecosystem</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />