Lazy Load breaking https
-
Hi there, it seems that activating lazy load created mixed content in terms of http vs https which causes a security concern.
When lazyload is active, the address bar appears as such in Chrome: https://gyazo.com/1c94c13086abcef75202dca4c180392d
Looking into the source code, you see why: https://gyazo.com/1f460232862b56dec631b2a4f5739812 – it’s serving up http images.
But if I turn lazyload off, it’s secure: https://gyazo.com/73f8ae650f050b56f357ced4fae7fea4
source: https://gyazo.com/dc7aeddd7bba99393ea36da252cf251aI’m using Cloudflare, which should be forcing https, but not when ll is turned on, apparently.
Please let me know if you need any more information. Thank you for your help.
The page I need help with: [log in to see the link]
- The topic ‘Lazy Load breaking https’ is closed to new replies.