Skip to content

Fix request table crash on invalid sender URLs#161

Open
james-yusuke wants to merge 1 commit into
dstotijn:mainfrom
james-yusuke:fix-sender-client-error
Open

Fix request table crash on invalid sender URLs#161
james-yusuke wants to merge 1 commit into
dstotijn:mainfrom
james-yusuke:fix-sender-client-error

Conversation

@james-yusuke

Copy link
Copy Markdown

Avoid throwing during request history rendering when a stored request URL cannot be parsed by the browser URL constructor. Fall back to displaying the raw URL string instead, and guard URI decoding so malformed escape sequences do not trigger a client-side exception.

Avoid throwing during request history rendering when a stored request URL
cannot be parsed by the browser URL constructor. Fall back to displaying the
raw URL string instead, and guard URI decoding so malformed escape sequences do
not trigger a client-side exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant