mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-08-01 05:10:15 +02:00
Add allowOverride app source option
This commit is contained in:
@@ -13,6 +13,7 @@ class CoolApk extends AppSource {
|
||||
hosts = ['www.coolapk.com', 'api2.coolapk.com'];
|
||||
allowSubDomains = true;
|
||||
naiveStandardVersionDetection = true;
|
||||
allowOverride = false;
|
||||
}
|
||||
|
||||
@override
|
||||
@@ -170,4 +171,4 @@ class CoolApk extends AppSource {
|
||||
|
||||
return {'deviceCode': deviceCode, 'token': finalToken};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user