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

fix proxy issues on https @imports #748

Merged
merged 1 commit into from Mar 30, 2016

Conversation

wzrdtales
Copy link
Contributor

When an @import used a https url, the false protocol was tried to be used for the http proxy.

fixes #741

@jakubpawlowicz
Copy link
Collaborator

Is it possible to have some kind of integration test here, like ones in https://github.com/jakubpawlowicz/clean-css/blob/master/test/protocol-imports-test.js#L552 ?

@wzrdtales
Copy link
Contributor Author

@jakubpawlowicz Sure thing, but as you have not had decided for one of the pull requests yet it would have been a waste of time to already add tests ;)

@wzrdtales wzrdtales force-pushed the httpsFixw/oRequest branch 2 times, most recently from 7741a39 to 964f02a Compare March 18, 2016 08:13
@jakubpawlowicz
Copy link
Collaborator

It's all good! Would you mind squashing all 3 commits into one? Then I'll merge the PR.

When an @import used a https url, the false protocol was tried to be used for the http proxy.

fixes clean-css#741
@wzrdtales
Copy link
Contributor Author

I don't see any sense in that but okay, here you go.

@jakubpawlowicz
Copy link
Collaborator

It's to keep tests and code together so at some point it'd easier to figure out why this change was made. Thank you!

@jakubpawlowicz jakubpawlowicz merged commit 44b81a9 into clean-css:master Mar 30, 2016
@wzrdtales
Copy link
Contributor Author

ok, generally rewriting the git history is a bad thing though.

In which version is this going to be published?

@jakubpawlowicz
Copy link
Collaborator

Aiming at 3.4.11 tomorrow.

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.

Issues with proxied @import https urls
2 participants