<Files "wa_dashboard_data.json">
  Require all denied
</Files>

# Fallback for older Apache
<IfModule !mod_authz_core.c>
  <Files "wa_dashboard_data.json">
    Order allow,deny
    Deny from all
  </Files>
</IfModule>
