We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When images are saved when a site is not using SSL, after switching to SSL they still use http://
http://
(they invoke mixed content console errors)
As shortly discussed on chat:
Implement set_url_scheme() on output
set_url_scheme()
The text was updated successfully, but these errors were encountered:
aadaf5f
Fixed, will be included in v3.0.20
Sorry, something went wrong.
Thank you @aristath !
No branches or pull requests
Issue description:
When images are saved when a site is not using SSL, after switching to SSL they still use
http://
(they invoke mixed content console errors)
Proposal:
As shortly discussed on chat:
Implement
set_url_scheme()
on outputThe text was updated successfully, but these errors were encountered: