AddType model/gltf-binary .glb
AddType application/manifest+json .webmanifest
AddType image/webp .webp

<IfModule mod_headers.c>
    Header always set X-Content-Type-Options "nosniff"
    Header always set Referrer-Policy "strict-origin-when-cross-origin"
    Header always set X-Frame-Options "SAMEORIGIN"

    <FilesMatch "\.(glb|png|webp|css|js|webmanifest|json)$">
        Header set Cache-Control "public, max-age=604800"
    </FilesMatch>
</IfModule>
