Skip to content
Snippets Groups Projects
Commit 8f3d46bf authored by Steven Jones's avatar Steven Jones
Browse files

Revert "Issue #3187534 by porchlight, pazpok: https instead of http"

This reverts commit e276e577.
parent 38247194
Branches
Tags 2.0.0 2.0.0-beta3
No related merge requests found
......@@ -69,7 +69,7 @@ final class ReSmushit extends ConfigurableImageAPIOptimizeProcessorBase {
}
try {
$response = $this->httpClient->post('https://api.resmush.it/ws.php', ['multipart' => $fields]);
$response = $this->httpClient->post('http://api.resmush.it/ws.php', ['multipart' => $fields]);
$body = $response->getBody();
$json = json_decode($body);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment