diff --git a/python/ja4h.py b/python/ja4h.py index 6b3ae41..709ec81 100644 --- a/python/ja4h.py +++ b/python/ja4h.py @@ -26,7 +26,7 @@ def to_ja4h(x, debug_stream=-1): raw_headers = x['headers'][:] - x['headers'] = [ '-'.join([ y.capitalize() for y in h.split('-')]) for h in x['headers'] ] + #x['headers'] = [ '-'.join([ y.capitalize() for y in h.split('-')]) for h in x['headers'] ] header_len = '{:02d}'.format(len(x['headers'])) if 'cookies' in x: