jenishparmar89 Posted April 11, 2020 Share Posted April 11, 2020 due to one module I am getting this error. mixed content in image URL. how can I resolve the issue ? Please someone can help. Link to comment Share on other sites More sharing options...
Rhobur Posted April 20, 2020 Share Posted April 20, 2020 You can inspect the page code in the browser using the Devtools->Console and see what files are serverd insecure (images or maybe a css/js file) the correct the path if it is hardcoded (from http:// to https://); otherwise contact the module's developers. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now