Skip to content
Snippets Groups Projects
Commit e276e577 authored by Travis Neilans's avatar Travis Neilans Committed by Steven Jones
Browse files

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

parent 36052d24
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ final class ReSmushit extends ConfigurableImageAPIOptimizeProcessorBase {
}
try {
$response = $this->httpClient->post('http://api.resmush.it/ws.php', ['multipart' => $fields]);
$response = $this->httpClient->post('https://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