Hi,
Currently, I've went into a problem when page caching is enabled and inline mode is used.
Because of page being caching when switching to/from http/https the image is served with the wrong protocol.
For example:
- View the page in HTTP
- Page is cached and the image view will remain with the HTTP protocol in the HTML
- View the same page in HTTPS
- Image is served from HTTP instead of the current protocol (i.e. HTTPS)
This patch removes the protocol from the image URL and serves the image from the current's page protocol.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | image_background_formatter-mixed-http-protocol-2897469.patch | 921 bytes | chrlvclaudiu |
Comments
Comment #2
chrlvclaudiu commentedComment #5
zulljin commentedchrlvclaudiu, I apply your patch in dev branch.