tobiashort

Results 4 issues of tobiashort

Actual behaviour: ```shell % echo 'line1line2line3' | htmlq -t "#my-div" line1line2line3 ``` Expected behaviour: ```shell % echo 'line1line2line3' | htmlq -t "#my-div" line1 line2 line3 ```

Added hotkey support. You may need to test with "Early Adopter" Version of Burp Suite. Ctrl-Shift-C copies Request Full/Response Full, if nothing is selected in the response. If you have...

`dump.py:340: SyntaxWarning: invalid escape sequence '\.' output_ipa = re.sub('\.ipa$', '', output_ipa)`

Question: Shouldn't jku.json return a JWK Set? According to the specification (https://datatracker.ietf.org/doc/html/rfc7515#section-4.1.2): > The "jku" (**JWK Set** URL) Header Parameter is a URI [[RFC3986](https://datatracker.ietf.org/doc/html/rfc3986)] that > refers to a resource...

question