From 86363f29a8af102aa53e43b8bdab1167e8bb24a2 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Thu, 9 Oct 2025 00:09:00 +0000 Subject: [PATCH] fix issue with some http content not being redirected --- proxy-params.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy-params.conf b/proxy-params.conf index 593f184..5e37ce5 100644 --- a/proxy-params.conf +++ b/proxy-params.conf @@ -22,3 +22,4 @@ proxy_hide_header Strict-Transport-Security; add_header Strict-Transport-Security "max-age=63072000; includeSubDomains; preload;"; proxy_hide_header Access-Control-Allow-Origin; add_header Access-Control-Allow-Origin https://tronnet.net; +add_header Content-Security-Policy "upgrade-insecure-requests";