Download raw body.
gotwebd: add a CPS header?
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
gotwebd: add a CPS header?