Skip to content

Commit

Permalink
Merging a small part of #7481
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jan 19, 2015
1 parent 17b9b58 commit 8888fb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion w3af/plugins/grep/strange_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,22 @@ class strange_headers(GrepPlugin):
"CONTENT-TYPE",
"CONTENT-SCRIPT-TYPE",
"CONTENT-STYLE-TYPE",
"CONTENT-SECURITY-POLICY",
"CONTENT-SECURITY-POLICY-REPORT-ONLY",
"CONTENT-LANGUAGE",
"CONTENT-LOCATION",
"CACHE-CONTROL",
"DATE",
"EXPIRES",
"ETAG",
"FRAME-OPTIONS",
"KEEP-ALIVE",
"LAST-MODIFIED",
"LOCATION",
"P3P",
"PUBLIC",
"PUBLIC-KEY-PINS",
"PUBLIC-KEY-PINS-REPORT-ONLY",
"PRAGMA",
"PROXY-CONNECTION",
"SET-COOKIE",
Expand All @@ -74,7 +79,7 @@ class strange_headers(GrepPlugin):
"X-CACHE",
"X-UA-COMPATIBLE",
"X-PAD",
"X-XSS-Protection"]
"X-XSS-PROTECTION"]
)

def __init__(self):
Expand Down

0 comments on commit 8888fb9

Please sign in to comment.