Temporary remove tests

This commit is contained in:
Arnaud Roques
2022-12-06 19:18:43 +01:00
parent 10dd88714a
commit 20468f5bd9
3 changed files with 0 additions and 184 deletions

View File

@@ -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;
}