# links.json is read by PHP, never served directly. Blocks
# https://your-domain/data/links.json from being fetched by anyone.
<IfModule mod_authz_core.c>
  Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
  Order allow,deny
  Deny from all
</IfModule>
