CB-3854: Added support for wildcard. This probably could be improved, but it does work

This commit is contained in:
Joe Bowser 2013-06-20 16:33:14 -07:00
parent f1b377bf07
commit 01d6ae55a4

View File

@ -214,7 +214,6 @@ public class Config {
{ {
origin = origin.split("//")[1]; origin = origin.split("//")[1];
} }
origin.matches("\\*\\.[a-z]+\\.[a-z]+");
return origin.startsWith("*"); return origin.startsWith("*");
} }