fix URL
This commit is contained in:
@@ -52,6 +52,9 @@ public class ProxyServlet extends HttpServlet {
|
||||
if (full == null) {
|
||||
return true;
|
||||
}
|
||||
if (full.contains("@")) {
|
||||
return true;
|
||||
}
|
||||
if (full.startsWith("https://") == false && full.startsWith("http://") == false) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user