# Prevent unauthorized access to non-user content
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule !\.(js)$ - [L,R=403]
</IfModule>
