Fixed X-Frame-Options typo
This commit is contained in:
parent
e434f5e704
commit
07299a0f27
1 changed files with 1 additions and 1 deletions
2
main.py
2
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue