Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
skaes committed Mar 22, 2023
1 parent 90c9da5 commit 6846fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logjam_agent/obfuscation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def obfuscate_cookie(cookie, filter = cookie_obfuscator)
end

KEY_RE = '[^&;=\s]+'
VAL_RE = '[^&;=]+'
VAL_RE = '[^; ]+'
PAIR_RE = %r{(#{KEY_RE})=(#{VAL_RE})}

def filter_pairs(str, filter)
Expand Down

0 comments on commit 6846fb1

Please sign in to comment.