# Only data.php (server-side) should ever read this file.
# This blocks it from being downloaded directly by URL.
<FilesMatch "^data\.json">
    Require all denied
</FilesMatch>
