This commit is contained in:
Arnaud Roques
2024-05-14 18:30:09 +02:00
parent eafc9c442c
commit 2680086893
2 changed files with 4 additions and 1 deletions

View File

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