Spam of articles of one user #699
-
Hello, I wanted write some automation tests using Cypress but when I add article I cant even see him in global feed cause user "van" is propably sending tones of POST requests /articles every second, I know its public app but can u do something with that? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Thanks for pointing it out. |
Beta Was this translation helpful? Give feedback.
-
Probably related: #700 |
Beta Was this translation helpful? Give feedback.
-
A new API has been deployed with limitations to avoid such exposure of NSFW content: https://gothinkster.github.io/realworld/docs/specs/frontend-specs/api#api-limitations |
Beta Was this translation helpful? Give feedback.
-
I think an email/Oauth signup system + post limit per user is a reasonable bet to help address this kind of issue, started a discussion at: #783 as I couldn't find one easily. I manually blacklisted some Cypress stuff from my implementation 😢 https://github.com/cirosantilli/node-express-sequelize-nextjs-realworld-example-app/blob/7def72741eb4123deed9b5e956967d5ca6ba2f6e/config.js#L23 |
Beta Was this translation helpful? Give feedback.
A new API has been deployed with limitations to avoid such exposure of NSFW content: https://gothinkster.github.io/realworld/docs/specs/frontend-specs/api#api-limitations