"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Omar Polo <op@omarpolo.com>
Subject:
Re: gotwebd: add a CPS header?
To:
Tracey Emery <tracey@traceyemery.net>
Cc:
Josiah Frentsos <jfrent@tilde.team>, gameoftrees@openbsd.org
Date:
Sat, 20 Aug 2022 16:00:34 +0200

Download raw body.

Thread
On 2022/08/19 12:55:57 -0600, Tracey Emery <tracey@traceyemery.net> wrote:
> On Fri, Aug 19, 2022 at 02:25:15PM -0400, Josiah Frentsos wrote:
> > On Fri, Aug 19, 2022 at 08:08:15PM +0200, Omar Polo wrote:
> > > +	const char *cps = "default-src 'self'; script-src 'none'; "
> > [...]
> > > +	    cps, type);
> > 
> > Shouldn't those be "csp"?

Wooops :)

thanks for catching it!

> The change to const char *csp makes sense. Ok with that change.

committed with the fixed acronym