From fe863bda1d2b29d66f0491e8e5dd3a168b787cf5 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 24 Jan 2026 21:05:40 -0500 Subject: [PATCH] 36 --- src/core.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core.ps1 b/src/core.ps1 index 5e724cb..8c69a5a 100644 --- a/src/core.ps1 +++ b/src/core.ps1 @@ -36,8 +36,8 @@ function Invoke-ScriptAutomationMonkey { # Load remote functions (kept as-is, including verification style) try { - Write-Host "[Info] Loading functions from: $Script:SamyFunctionsUrl" -ForegroundColor Cyan - $functionsContent = (Invoke-WebRequest -UseBasicParsing $Script:SamyFunctionsUrl -ErrorAction Stop).Content + # Write-Host "[Info] Loading functions from: $Script:SamyFunctionsUrl" -ForegroundColor Cyan + #$functionsContent = (Invoke-WebRequest -UseBasicParsing $Script:SamyFunctionsUrl -ErrorAction Stop).Content if ([string]::IsNullOrWhiteSpace($functionsContent)) { throw "Downloaded content was empty."