From 6388c9d6db74bdf29f7e3b0def335da36c0c142a Mon Sep 17 00:00:00 2001 From: Squidly271 Date: Mon, 28 Oct 2024 23:24:22 -0400 Subject: [PATCH] white list lime-technology.com --- 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 af03c8474..de7a79f3e 100644 --- a/emhttp/plugins/dynamix/include/DefaultPageLayout.php +++ b/emhttp/plugins/dynamix/include/DefaultPageLayout.php @@ -1120,7 +1120,7 @@ $('body').on("click","a", function(e) { if ( href.indexOf("/") == 0 ) { // all internal links start with "/" return; } - if ( href.match('https://[^\.]*.(my)?unraid.net/') || href.indexOf("https://unraid.net/") == 0 || href == "https://unraid.net" ) { + 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; } else { if (href !== "#" && href.indexOf("javascript") !== 0) {