Disable DBL in play store version

This commit is contained in:
M66B 2022-05-18 10:49:35 +02:00
parent 25c1fba61f
commit 94c017e44c
1 changed files with 3 additions and 0 deletions

View File

@ -372,6 +372,9 @@ public class DnsBlockList {
Log.e(ex);
}
this.responses = r.toArray(new InetAddress[0]);
if (!numeric && BuildConfig.PLAY_STORE_RELEASE)
this.enabled = null;
}
}
}