HTTP / HTTPS Remover: SSL Mixed Content Fix

Wordpress Plugin
Download latest - 3.2.3

Download Stats

Today 113
Yesterday 61
Last Week 778
All Time 74,040
Banner 772x250

Try it out on your free dummy site: Click here => https://tastewp.com/plugins/http-https-remover. (this trick works for all plugins in the WP repo - just replace "wordpress" with "tastewp" in the URL)

UPDATE: This plugin will be maintained again! It changed ownership and we're currently collecting ideas how to further improve it. If you have any cool ideas, please let us know in Support Forum. Thank you!

Major updated in the latest release (3.0): - Plugin has a proper settings page now - Many bugs fixed - Code optimized, causing performance to increase a lot

Main features:

  • Works in Front- and Backend
  • Makes every Plugin compatible with https
  • Compatible with WPBakery & Disqus
  • Fixes Google Fonts issues
  • Makes your website faster

What does this Plugin do?

With protocol relative url's you simply leave off the http: or https: part of the resource path. The browser will automatically load the resource using the same protocol that the page was loaded with.

For example, an absolute url may look like src="http://domain.com/script.js" If you were to load this from a https page the script will not be loaded as non-https resources are not loaded from https pages (for security reasons).

The protocol relative url would look like src="//domain.com/script.js" and would load if the web page was http or https.

Tipp: Check your Settings -> General page and make sure your WordPress Address and Site Address are starting with "https". Add the following two lines in your wp-config.php above the line that says "Stop Editing Here": define('FORCE_SSL', true); define('FORCE_SSL_ADMIN',true);

What is Mixed Content?

Mixed content occurs when initial HTML is loaded over a secure HTTPS connection, but other resources (such as images, videos, stylesheets, scripts) are loaded over an insecure HTTP connection. This is called mixed content because both HTTP and HTTPS content are being loaded to display the same page, and the initial request was secure over HTTPS. Modern browsers display warnings about this type of content to indicate to the user that this page contains insecure resources.

Note: You should always protect all of your websites with HTTPS, even if they dont handle sensitive communications.

Example

Without Plugin: src="http://domain.com/script01.js" src="https://domain.com/script02.js" src="//domain.com/script03.js"

With Plugin: src="//domain.com/script01.js" src="//domain.com/script02.js" src="//domain.com/script03.js"

If using Cache Plugins

If the plugin isn't working like expected please purge/clear cache for the changes to take effect!


Releases (20 )

Version Release Date Change Log
3.2.3 2022-11-24
  • Adjusted PHP compatibility
  • Tested with WP 6.1.1
3.2.2 2022-10-31
  • Added support for PHP 8
  • Fixed activation issues on PHP 8 and 8.1
  • Tested up to WordPress 6.1-RC5
  • Fixed issues with option saving
  • Resolved errors of missing options
  • Added new option for enable/disable plugin testing module
  • Updated carrousel banner
3.2.1 2021-10-28
  • Fixed function call issue
3.2 2021-02-10
  • Carrousel added
3.1 2019-11-25
  • Issue that redirection got de-activated after update fixed
3.0 2019-11-24
  • Added settings page for plugin configurations
  • General bug fixes
  • Code & Performance improvement
2.4 2019-10-05
  • Updated links
2.3 2019-10-04
  • Integrated feedback system
2.2 2019-05-07

Release Date - 7th Mai 2019

  • Fixed incompatibility with other plugins
2.1 2019-03-20

Release Date - 20th March 2019

  • Simplified Code
2.0 2018-03-01

Release Date - 1 March 2018

  • Completely rewritten code.
  • Bug fixes
1.5.3 2017-04-28

Release Date - 28 April 2017

  • Fixed some Google API Issues
1.5.2 2017-04-26

Release Date - 26 April 2017

  • Improvements
1.5.1 2017-04-25
1.5 2017-04-25

(04/25/17) = * Now it removes http and https from source code again * Fixed broken links in social sharing plugins

1.4 2017-03-02

(03/02/17) = * Finally fixed srcset Problems * Changed the working method of the Plugin * Some other bugfixes

1.3.1 2017-01-13

(01/13/17) = * Added support for srcset tag

1.3 2017-01-07

(01/07/17) = * Fixed the issue that Twitter card image is not displayed

1.2 2016-12-11

(12/11/16) = * Added support for Google (Fonts, Ajax, Maps etc.) * Compatibility for Wordpress 4.7

1.1.1 2016-10-25

(10/18/16) = * Added support for "content" tag * Added support for "loaderUrl" tag