Re: Forcing incognito mode on a reverse proxy

2023-12-20 Thread Constantine A. Murenin
On 16/12/2023, Saint Michael wrote: > I have a reverse proxy but for security reasons, I need to force the > client to work the closest to an Incognito session as possible. > I tried adding the following: > > proxy_set_header Cookie ""; > add_header Set-Cookie "cookie_name=; Expires=Thu, 01 Jan 19

Re: Forcing incognito mode on a reverse proxy

2023-12-20 Thread Francis Daly
On Sat, Dec 16, 2023 at 02:16:45PM -0500, Saint Michael wrote: Hi there, > I have a reverse proxy but for security reasons, I need to force the > client to work the closest to an Incognito session as possible. I suspect that that can only reliably be done by telling the client to use an Incognit