From: Omar Polo Subject: Re: gotwebd: add a CPS header? To: Tracey Emery Cc: Josiah Frentsos , gameoftrees@openbsd.org Date: Sat, 20 Aug 2022 16:00:34 +0200 On 2022/08/19 12:55:57 -0600, Tracey Emery 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