diff --git a/roles/paste/files/class_urlshort.php b/roles/paste/files/class_urlshort.php index 6842f8db2e..e4ba03c489 100644 --- a/roles/paste/files/class_urlshort.php +++ b/roles/paste/files/class_urlshort.php @@ -21,7 +21,7 @@ class URLShortener return $long_url; } $ch = curl_init(); - curl_setopt($ch, CURLOPT_URL,"https://da.gd/s"); + curl_setopt($ch, CURLOPT_URL,"https://da.gd/s?strip"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query(array('url' => $long_url))); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);