-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix(install.sh): remove url validation (false negatives, redundant) #35
Conversation
✅ Deploy Preview for getpnpm ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
If validate_url has stopped working, maybe it's something that needs to be fixed on the server replying to the HEAD request? |
Definately, but who knows when Github will fix the issue? The HEAD request is pretty much pointless anyway |
pnpm/pnpm#7336 Removed url validation since it fails sometimes even though the actual download would succeed. It is also fairly pointless to begin with, only preventing the creation and deletion of a temporary directory.
@zkochan I'm not sure how to update the signatures. I think I would need a key. I suppose you would do that, correct? |
pnpm/pnpm#7336
Removed url validation since it fails sometimes even though the actual download would succeed. It is also fairly pointless to begin with, only preventing the creation and deletion of a temporary directory.