Skip to content

Use global isSafeURL utility in safe_link component

Paul Gascou-Vaillancourt requested to merge safe-link-refactor into master

This MR follows up on these MRs:

What does this MR do?

The isSafeURL utility has been moved to global URL utilities, in app/assets/javascripts/lib/utils/url_utility.js. This prior refactor allows us to remove the previous ee-specific utility, as well as its specs file, all specs having been moved into spec/frontend/lib/utils/url_utility_spec.js.

Edited by Paul Gascou-Vaillancourt

Merge request reports