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

It removes http:// and https:// links #80

Open
somsomme opened this issue Mar 26, 2023 · 1 comment
Open

It removes http:// and https:// links #80

somsomme opened this issue Mar 26, 2023 · 1 comment

Comments

@somsomme
Copy link

It removes http:// and https:// links thinking they are comments because of the double slashes in http links.

Before

const obj =  {
    url: 'https://google.com'
}

After

const obj =  {
    url: '
}

Is it possible to make the package ignore http links?

@blackmambahk
Copy link

There is also the same problem with protocol less URL's

const obj = { url: '//google.com' }

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

No branches or pull requests

2 participants