# Tenancy agreements and other tenant-specific files.
# Served ONLY through portal/document.php after an ownership check.
<IfModule mod_authz_core.c>
    Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
    Deny from all
</IfModule>
