Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http(s)://-URLs should not be rebased #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

http(s)://-URLs should not be rebased #4

wants to merge 1 commit into from

Conversation

mpdude
Copy link

@mpdude mpdude commented Aug 8, 2015

I guess the check

if (isAbsolute(url) && validator.isURL(url)) { ... }

should really read ||? In case of URLs starting with "http(s)://...", isAbsolute() will return false but isURL() returns true.

@mpdude mpdude changed the title Absolute URLs should not be rebased http(s)://-URLs should not be rebased Oct 15, 2014
@mpdude
Copy link
Author

mpdude commented Aug 8, 2015

@gitawego: Seems you've forked this project and added quite a few fixes. Do you have an opinion on this one?

In other words, only process relative paths.
@mpdude
Copy link
Author

mpdude commented Aug 8, 2015

ping @kjbekkelund

@kimjoar
Copy link
Owner

kimjoar commented Oct 9, 2015

Sorry, I don't have time to maintain the repo. If you want to maintain it, let me know and I can add you as a maintainer. /cc @gitawego

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.

2 participants