Skip to content

Conversation

@bjorkert
Copy link
Contributor

This PR addresses an issue where URLs copied and pasted into LoopFollow could fail due to extraneous characters like tabs, spaces or newlines. Changes include:

Implementing a regex-based filter to remove any non-URL appropriate characters.
Ensuring all URLs are processed to lowercase.

Impact:
These updates improve URL handling robustness, ensuring copied URLs function identically to manually entered ones, thus enhancing user experience and reducing errors.

@bjorkert bjorkert requested a review from marionbarker April 26, 2024 17:31
@marionbarker
Copy link
Collaborator

code review looks code.
tested by adding / at end of URL and it was removed and by adding $ in the middle of the URL and it was removed.

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.

3 participants