From 07299a0f274e8ca77c9a7e0beead08eaf8d10275 Mon Sep 17 00:00:00 2001 From: Yarninator Date: Wed, 4 Feb 2026 09:53:44 +0100 Subject: [PATCH] Fixed X-Frame-Options typo --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 478f34f..e19642b 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ target = sys.argv[1] wanted_headers = [ "Content-Security-Policy", - "X-Frame-Option", + "X-Frame-Options", "X-Content-Type-Options", "Strict-Transport-Security", "Referrer-Policy"