>
Download This Plugin | |
Download Elegant Themes | |
Name | SSL Insecure Content Fixer |
Version | 1.8.0 |
Author | WebAware |
Rating | 100 |
Last updated | 2014-04-18 03:01:00 |
Downloads |
22567
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
SSL Insecure Content Fixer plugin added 2 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
SSL Insecure Content Fixer plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! SSL Insecure Content Fixer plugin ads no tables to your Wordpress blog database.Fix some common problems with insecure content on pages using SSL. Mostly, the fixes are CSS and JavaScript links that don't use SSL. The plugin originally used the method described in this blog post, but now uses WordPress filters where possible.
It is very lightweight, so it doesn't impact on performance, but that also means it doesn't catch everything. Some fixes need a bigger hammer, like the WordPress HTTPS plugin. If your problem is small, a small solution like this one might fit better.
Current fixes:
wp_register_script()
or wp_enqueue_script()
wp_register_style()
or wp_enqueue_style()
wp_get_attachment_image()
, wp_get_attachment_image_src()
, etc.wp_upload_dir()
(e.g. for some CAPTCHA images)I'll be adding other fixes as I find simple solutions for them. The better solution is to get errant plugins fixed by their authors, but until they do, let me know about them and I'll attempt to add fixes.