# Prevent browser access to sensitive ASDF files
<FilesMatch "\.asdf$">
    Order Allow,Deny
    Deny from all
    # For newer Apache versions (2.4+), use:
    # Require all denied
</FilesMatch>

# Optional: Disable directory browsing so people can't see your file list
Options -Indexes