# What That Food — keep the data files private.
# Visitors should never be able to open the JSON, lock or temp files directly.
<FilesMatch "\.(json|lock|tmp)$">
  Require all denied
</FilesMatch>

# Serve the page with the right encoding.
AddDefaultCharset UTF-8
