From f87dd8281bf9b8fc6561407eb8cdee8bdc3e2a3e Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Mon, 4 Nov 2024 19:54:28 -0500 Subject: [PATCH] Update DefaultPageLayout.php --- emhttp/plugins/dynamix/include/DefaultPageLayout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emhttp/plugins/dynamix/include/DefaultPageLayout.php b/emhttp/plugins/dynamix/include/DefaultPageLayout.php index 24bd8d870..5357398dd 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -1133,7 +1133,7 @@ $('body').on("click","a", function(e) { href = $(this).attr("href").trim(); target = $(this).attr("target"); if ( href ) { - if ( href.match('https://[^\.]*.(my)?unraid.net/') || href.indexOf("https://unraid.net/") == 0 || href == "https://unraid.net" || href.indexOf("http://lime-technology.com") == 0) { + if ( href.match('https?://[^\.]*.(my)?unraid.net/') || href.indexOf("https://unraid.net/") == 0 || href == "https://unraid.net" || href.indexOf("http://lime-technology.com") == 0) { return; }