A similar error may occur when using mixed content HTTP and HTTPS.
Blocked loading mixed active content
Solution:
To get rid of it and download everything using the HTTPS protocol, you need to add the following to the "wp-config.php" file:
$_SERVER['HTTPS'] = 'on';