From bee6bb3e81f84da374fee5657aed6d86edc21d9b Mon Sep 17 00:00:00 2001 From: "DESKTOP-KSVGT20\\shkim" Date: Fri, 1 May 2026 22:58:57 +0900 Subject: [PATCH] Allow browser private-network companion requests --- suno-companion.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/suno-companion.ps1 b/suno-companion.ps1 index 726c033..c1f68b7 100644 --- a/suno-companion.ps1 +++ b/suno-companion.ps1 @@ -29,6 +29,7 @@ function Write-Response { "Access-Control-Allow-Origin: *", "Access-Control-Allow-Methods: GET, POST, OPTIONS", "Access-Control-Allow-Headers: content-type", + "Access-Control-Allow-Private-Network: true", "Connection: close", "", ""