mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Small improvements
This commit is contained in:
@@ -70,6 +70,7 @@ public class VirusTotal {
|
||||
connection.setConnectTimeout(VT_TIMEOUT * 1000);
|
||||
ConnectionHelper.setUserAgent(context, connection);
|
||||
connection.setRequestProperty("x-apikey", apikey);
|
||||
connection.setRequestProperty("Accept", "application/json");
|
||||
connection.connect();
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user