Download raw body.
gotwebd: add a CPS header?
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"? > The change to const char *csp makes sense. Ok with that change. -- Tracey Emery
gotwebd: add a CPS header?