Restricting access to a file for everyone except logged in users
The file in question (load-scripts.php) is part of WordPress’s admin interface. It’s generally used to improve the performance of the admin panel by combining multiple JavaScript files into a single request. That being said, access to this file should be restricted to logged-in users only, as it could potentially be misused in a DoS attack …