mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 05:14:59 +00:00
To eliminate a DDOS attack vector, we're taking the following measures: The endpoint will be rate-limited to 3 requests every 60 seconds (per user). A 24 hours max-age cache header is sent with the response. The route will be hijacked to generate the certificate in the background.