CMS update
Public API permissions automated
Strapi bootstrap enables read-only public access for posts, authors, and site settings.
On startup, the CMS enables public find and findOne actions for editorial content types used by the website.
This removes the need to manually toggle permissions in the admin panel for every new environment.
Write access remains restricted to authenticated Strapi users.