Skip to content

Commit 00437c9

Browse files
committed
re-enable authorization header removal
1 parent 5c65d0a commit 00437c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DetectDynamicJS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def registerExtenderCallbacks(self, callbacks):
4848
self._helpers = callbacks.getHelpers()
4949
# Define some constants
5050
self.validStatusCodes = [200]
51-
self.ifields = ['cookie'] #, 'authorization'
51+
self.ifields = ['cookie', 'authorization']
5252
self.possibleFileEndings = ["js", "jsp", "json"]
5353
self.possibleContentTypes = ["javascript", "ecmascript", "jscript", "json"]
5454
self.ichars = ['{', '<']

0 commit comments

Comments
 (0)