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
The current fix for Mixed content is to only use source that are not flagged by the browser (imgsrc instead of srcset). As it was recently pointed out to me, browser are becoming less and less tolerant to this kind of trickery and a more perennial solution is needed.
We would also be keeping the perks of srcset.
The optimal solution would be a proxy that would be part of JARR with this caracteristic :
would proxy only for connected users
would proxy only unsecure content
would work only for secured instance of JARR
NTH:
we could, at a greater cost, whitelist the ressources we allow the proxy to accept
The text was updated successfully, but these errors were encountered:
The current fix for Mixed content is to only use source that are not flagged by the browser (
img
src
instead ofsrcset
). As it was recently pointed out to me, browser are becoming less and less tolerant to this kind of trickery and a more perennial solution is needed.We would also be keeping the perks of
srcset
.The optimal solution would be a proxy that would be part of JARR with this caracteristic :
NTH:
The text was updated successfully, but these errors were encountered: