Mixed content / Optional use of HTTPS schema
-
My homepage is configured using SSL, i.e. use https: as a scheme instead of http:
I do already automatically forward http: to https:, but I am striving for removing mixed content.Today, I noticed images using lazy loading, having the the following code: <img src=”data:image/svg+xml,%3Csvg%20xmlns=’https://www.w3.org/2000/svg’%20viewBox=’0%200%20104%2059’%3E%3C/svg%3E“
I know this is already stated in your documentation, but I only realized that when searching for the origin of the mixed content caused by the code above.
I did really first suspect the WordPress theme causing the mixed content described above, but couldn’t find where in the theme’s code!
I realized after several hours search that it’s the WP Rocket LazyLoad plugin that is causing the mixed content.I know you have suggesting a solution in your documentation, but the solution is not removing the cause, but rather providing a workaround.
I would very much prefer, if you added a setting, where it could be possible to choose whether to use the http: or https: as the scheme.
I have been using your plugin now for some time and I am grateful having access to plugin like the lazyLoad. I will however probably start searching for another plugin unless LazyLoad get native support of https:
Best regards / Reynir.
- The topic ‘Mixed content / Optional use of HTTPS schema’ is closed to new replies.