|
@@ -30,6 +30,7 @@ public class SimpleCORSFilter implements Filter {
|
|
origins.add("http://m.watero.cn");
|
|
origins.add("http://m.watero.cn");
|
|
origins.add("http://static.watero.cn");
|
|
origins.add("http://static.watero.cn");
|
|
origins.add("http://static.iamberry.com");
|
|
origins.add("http://static.iamberry.com");
|
|
|
|
+ origins.add("http://test.iamberry.com:801");
|
|
}
|
|
}
|
|
|
|
|
|
public void init(FilterConfig filterConfig) throws ServletException {
|
|
public void init(FilterConfig filterConfig) throws ServletException {
|