discourse/plugins/discourse-narrative-bot/spec/requests
Roman Rizzi 835d2be4da
FIX: Rate limit and hijack certificate generation. (#8215)
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.
2019-10-21 13:14:15 -03:00
..
discobot_certificate_spec.rb FIX: Rate limit and hijack certificate generation. (#8215) 2019-10-21 13:14:15 -03:00
discobot_welcome_post_spec.rb DEV: enable frozen string literal on all files 2019-05-13 09:31:32 +08:00