From 2cb3c1428a994db45e6aa0930fefc3bc9d370e7e Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 29 Jul 2024 13:50:35 -0400 Subject: [PATCH 1/2] fix for chrome-based browsers and setting the client-side interstitial cookie --- endpoints/publicProxy/interstitialUi/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/endpoints/publicProxy/interstitialUi/index.html b/endpoints/publicProxy/interstitialUi/index.html index 82270dfc..6500b31e 100644 --- a/endpoints/publicProxy/interstitialUi/index.html +++ b/endpoints/publicProxy/interstitialUi/index.html @@ -108,8 +108,10 @@ From bbdd6ce0ed49d73aaa8eba08c663e08d5d495e0d Mon Sep 17 00:00:00 2001 From: Michael Quigley Date: Mon, 29 Jul 2024 13:51:13 -0400 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646854c1..7dcee387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## v0.4.37 +FIX: Fix for setting the `zrok_interstitial` cookie on Chrome-based browsers. + FIX: When an error occurs connecting to the proxied endpoint, the `proxy` backend should return HTTP status `502` (https://github.com/openziti/zrok/issues/703) ## v0.4.36