Skip to content

Remove sanitizeUrl function

Eduardo Sanz García requested to merge eduardosanz/remove-sanitize-url into master

What does this MR do and why?

Remove sanitizeUrl function

The sanitation that sanitizeUrl offers is minimal. It returns about:blank for invalid URLs. sanitizeUrl is used only once.

Internally, sanitizeUrl uses new URL(...) to decide if a URL is valid. It is very unlikely that a URL like /${this.projectPath}/-/error_tracking/${errorId}.json won't be valid.

If the sanitation would have been proven more useful it would have been adopted broadly.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

No changes

How to set up and validate locally

N/A

Edited by Eduardo Sanz García

Merge request reports