We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c65d0a commit 00437c9Copy full SHA for 00437c9
1 file changed
DetectDynamicJS.py
@@ -48,7 +48,7 @@ def registerExtenderCallbacks(self, callbacks):
48
self._helpers = callbacks.getHelpers()
49
# Define some constants
50
self.validStatusCodes = [200]
51
- self.ifields = ['cookie'] #, 'authorization'
+ self.ifields = ['cookie', 'authorization']
52
self.possibleFileEndings = ["js", "jsp", "json"]
53
self.possibleContentTypes = ["javascript", "ecmascript", "jscript", "json"]
54
self.ichars = ['{', '<']
0 commit comments