You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to force the img tag to use https when accessing a site over https? A few of my users are using non-secure links and I'd rather the images just not work on https then transfer insecure images.
The text was updated successfully, but these errors were encountered:
If someone visits the site on http and the img link is https, (like if its hosted at imgur.com which defaults to https) I wouldn't want that downgraded to http.
My thinking was that it'd be best to just force https in certain situations. I could handle checking if its https if there was just an option for the imageFilter that allowed for https to be forced.
Is there anyway to force the img tag to use https when accessing a site over https? A few of my users are using non-secure links and I'd rather the images just not work on https then transfer insecure images.
The text was updated successfully, but these errors were encountered: