We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e57af commit 2189115Copy full SHA for 2189115
app/src/main/java/us/spotco/malwarescanner/Utils.java
@@ -44,7 +44,7 @@ class Utils {
44
private static Context context = null;
45
public final static int MAX_SCAN_SIZE = (1000 * 1000) * 500; //500MB
46
public final static int MAX_SCAN_SIZE_REALTIME = (1000 * 1000) * 250; //250MB
47
- public final static String DATABASE_URL_DEFAULT = "https://dbsignatures.axpos.org/";
+ public final static String DATABASE_URL_DEFAULT = "https://signaturesdb.axpos.org/";
48
public final static String DATABASE_URL_CLOUDFLARE = "https://eeyo.re/MalwareScannerSignatures/";
49
public final static String SIGNING_KEY_DEFAULT = "BADFCABDDBF5B694";
50
0 commit comments