Apache users can add this to their virtualhost sections as appropriate
<LocationMatch "^/media/.*\.(js|html)$"> Deny from all </LocationMatch>Nginxcels can use
location ~ .*\.(js)?$ { deny all; }Then run
TRUNCATE TABLE oauth_tokens CASCADE;
Hope this helps. Now I will sleep.