Blocked loading mixed active content error in Firefox
-
Firstly, awesome plugin! It is a great compliment to our suite of security plugins.
Now for my issue: I haven’t tested this in any other browser, but in the latest version of Firefox I am seeing this error, which is breaking the AJAX functionality in my Admin panel: “Error: Blocked loading mixed active content http://code.jquery.com/ui/1.10.3/jquery-ui.js”. The reason for it is that we use SSL for all wp-admin pages and there is a hard coded jQuery link in /classes/Views/Settings.php, line 141. I have changed it to
//code.jquery.com/ui/1.10.3/jquery-ui.jsfromhttp://code.jquery.com/ui/1.10.3, which fixes our problem, but I thought I would point it out as I am sure we are not the only ones who access our Dashboard via SSL. I am hoping this will be fixed in the next update of this plugin. Cheers.
The topic ‘Blocked loading mixed active content error in Firefox’ is closed to new replies.