qbin-io / qbin

A minimalist pastebin service. In this repository: documentation and tooling for easier development and deployment.
https://qbin.io
MIT License
11 stars 0 forks source link

Spam filter won't work on encrypted documents #9

Open moqmar opened 6 years ago

moqmar commented 6 years ago

This is more or less intended, but there should be a client-side spam protection to at least prevent people who don't know JavaScript from posting spam.

moqmar commented 6 years ago

Ideally, it should use the history API with a fake ID and mimic the original spam filter as closely as possible, to prevent people from investigating why the spam screen on encrypted documents looks different than on unencrypted ones.

Yes, it's not the best way to approach this scenario, but the only plausible one to provide at least some filtering from link lists, so there won't be as much to do for reviewing reports.