summaryrefslogtreecommitdiffhomepage
path: root/safeweb
AgeCommit message (Expand)AuthorFilesLines
2025-01-29go.mod: bump gorilla/csrf for security fix (#14822)Brad Fitzpatrick1-0/+6
2024-11-08safeweb: add a Shutdown method to the Server type (#14048)M. J. Fromberger1-0/+5
2024-10-31safeweb: add support for custom CSP (#13975)Andrew Lytvynov2-24/+92
2024-10-31safeweb: add support for "/" and "/foo" handler distinction (#13980)Andrew Lytvynov2-3/+24
2024-10-04safeweb: allow passing http.Server in safeweb.Config (#13688)Patrick O'Doherty2-1/+35
2024-10-03safeweb: add StrictTransportSecurityOptions config (#13679)Patrick O'Doherty2-0/+61
2024-09-17safeweb: add a ListenAndServe method to the Server type (#13498)M. J. Fromberger1-0/+13
2024-08-15safeweb: add Server.Close method (#13160)Andrew Lytvynov2-0/+13
2024-04-25safeweb: handle mux pattern collisions more generally (#11801)Chris Palmer2-15/+107
2024-04-18safeweb: allow object-src: self in CSP (#11782)Chris Palmer1-1/+1
2024-04-17safeweb: set SameSite=Strict, with an option for Lax (#11781)Chris Palmer1-1/+9
2024-04-02safeweb: move http.Serve for HTTP redirects into lib (#11592)Patrick O'Doherty1-5/+7
2024-03-29safeweb: detect mux handler conflicts (#11562)Andrew Lytvynov2-43/+167
2024-03-28safeweb: add opt-in inline style CSP toggle (#11551)Patrick O'Doherty2-2/+47
2024-03-27safeweb: return http.Handler from safeweb.RedirectHTTP (#11538)Patrick O'Doherty1-3/+3
2024-03-27safeweb: init (#11467)Patrick O'Doherty2-0/+586