mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 11:28:18 +00:00
835d2be4da
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.