From adc7ef49e5cf8bdb585768b4fde0e6d3d4666610 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 5 Mar 2026 09:05:09 +0000 Subject: [PATCH] Add /admin to the blocked both pats --- lib/music_library_web/endpoint.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/music_library_web/endpoint.ex b/lib/music_library_web/endpoint.ex index 5a378f05..be28f38d 100644 --- a/lib/music_library_web/endpoint.ex +++ b/lib/music_library_web/endpoint.ex @@ -75,7 +75,8 @@ defmodule MusicLibraryWeb.Endpoint do "/xmlrpc.php", "/vx.php", "/xleet.php", - "/jq.php" + "/jq.php", + "/admin" ] defp reject_bot_scanners(%{request_path: path} = conn, _opts) when path in @blocked_paths,