From 336aef8685d56d24b250c14fc9425b796163909a Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Fri, 13 Feb 2026 07:43:28 -0800 Subject: [PATCH] Fix HTTPS detection and file permissions for ZIP upload - Check X-Forwarded-Proto header for HTTPS (reverse proxy) - chmod extracted files to be world-readable for Playwright Co-Authored-By: Claude Opus 4.5 --- api/setup/uploadSavedPage.cfm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/api/setup/uploadSavedPage.cfm b/api/setup/uploadSavedPage.cfm index 23f1fb0..a99611e 100644 --- a/api/setup/uploadSavedPage.cfm +++ b/api/setup/uploadSavedPage.cfm @@ -68,6 +68,12 @@ + + + + + + @@ -146,7 +152,9 @@ - + + +