This commit is contained in:
Vlammar 2020-06-17 16:23:41 +02:00
parent dbe9975e49
commit 43c3ebc1f5

View File

@ -69,6 +69,7 @@ public class ImageRendererExecutor extends Worker
public ImageMap run() throws Throwable
{
final URLConnection connection = url.openConnection();
connection.addRequestProperty("User-Agent", "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0");
connection.connect();
if (connection instanceof HttpURLConnection)