0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/config
Fabien O'Carroll 5cecf0cd61
Added brute protection to content api (#10343)
* Added spam config for content api key

no-issue

* Created contentApiKey spam prevention method

* Added contentApiKey brute middleware

no-issue

This middleware attaches a listener for when the request has completed,
if the request ends with a successful response code, we reset any spam
prevention data for that ip.

* Added contentApiKey brute middleware to the content api

* Multipled maxWait by 24, to 24 hours
2019-01-07 20:03:46 +07:00
..
env Removed defunct Ghost OAuth code (#9014) 2017-09-18 13:01:58 +01:00
defaults.json Added brute protection to content api (#10343) 2019-01-07 20:03:46 +07:00
index.js Parsed nconf env values (#10077) 2018-10-28 20:06:44 +01:00
overrides.json Wired members service up to api and app (#10262) 2018-12-11 15:18:07 +07:00
utils.js Switched to eslint-plugin-ghost (#9835) 2018-09-17 20:49:30 +02:00