white list lime-technology.com

This commit is contained in:
Squidly271
2024-10-28 23:24:22 -04:00
committed by GitHub
parent e332dc6c21
commit 6388c9d6db

View File

@@ -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) {