mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
CB-3854: Added support for wildcard. This probably could be improved, but it does work
This commit is contained in:
parent
f1b377bf07
commit
01d6ae55a4
@ -214,7 +214,6 @@ public class Config {
|
||||
{
|
||||
origin = origin.split("//")[1];
|
||||
}
|
||||
origin.matches("\\*\\.[a-z]+\\.[a-z]+");
|
||||
return origin.startsWith("*");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user