zulip/puppet
Alex Vandiver 4989221b9e nginx: Limit the methods that we proxy to Tornado.
While the Tornado server supports POST requests, those are only used
by internal endpoints.  We only support OPTIONS, GET, and DELETE
methods from clients, so filter everything else out at the nginx
level.

We set `Accepts` header on both `OPTIONS` requests and 405 responses,
and the CORS headers on `OPTIONS` requests.
2023-12-08 09:23:30 -08:00
..
zulip nginx: Limit the methods that we proxy to Tornado. 2023-12-08 09:23:30 -08:00
zulip_ops python: Consistently use from…import for urllib.parse. 2023-12-05 13:03:07 -08:00
deps.yaml puppet: Update dependencies. 2023-05-11 10:51:37 -07:00