Temporary remove tests
This commit is contained in:
@@ -63,16 +63,7 @@ public class ProxyServlet extends HttpServlet {
|
||||
}
|
||||
}
|
||||
|
||||
private static boolean inTest = false;
|
||||
|
||||
public static void goTest() {
|
||||
inTest = true;
|
||||
}
|
||||
|
||||
public static boolean forbiddenURL(String full) {
|
||||
if (inTest) {
|
||||
return false;
|
||||
}
|
||||
if (full == null) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user