getkirby / starterkit

Kirby's sample site – the easiest way to get started with Kirby
https://getkirby.com
176 stars 52 forks source link

Add escape fields explanation for security in readme #31

Closed afbora closed 3 years ago

lukasbestle commented 3 years ago

@afbora We have already added the following to the READMEs of the Starterkit and Demokit recently:

The starterkit is a demo of basic Kirby features. It's not recommended to be used "as is" in production. Please, follow our documentation closely for more features and guides on how to build secure, high-quality websites with Kirby.

I feel like that explains it enough as all the details on security best practices are already in the docs (e.g. in the escaping guide). If we add too many details, it will become too long and still incomplete.

afbora commented 3 years ago

You right, I've missed that part.