Skip to content

Commit 2189115

Browse files
authored
fix signatures domain
Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.com>
1 parent 54e57af commit 2189115

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/us/spotco/malwarescanner

1 file changed

+1
-1
lines changed

app/src/main/java/us/spotco/malwarescanner/Utils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Utils {
4444
private static Context context = null;
4545
public final static int MAX_SCAN_SIZE = (1000 * 1000) * 500; //500MB
4646
public final static int MAX_SCAN_SIZE_REALTIME = (1000 * 1000) * 250; //250MB
47-
public final static String DATABASE_URL_DEFAULT = "https://dbsignatures.axpos.org/";
47+
public final static String DATABASE_URL_DEFAULT = "https://signaturesdb.axpos.org/";
4848
public final static String DATABASE_URL_CLOUDFLARE = "https://eeyo.re/MalwareScannerSignatures/";
4949
public final static String SIGNING_KEY_DEFAULT = "BADFCABDDBF5B694";
5050

0 commit comments

Comments
 (0)