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
I am happy using pdf.js + hypothes.is in an iframe on the website of a learned society that produced many documents in pdf format.
I have noticed in the browser console that Cookie h_api_authcookie.v2 is rejected, most probably because SameSite now defaults to Lax instead of None.
That does not seem to block the use of hypothes.is in an iframe but implementing "Secure;SameSite=None" may help and recommendations would be very nice
Many thanks
The text was updated successfully, but these errors were encountered:
I have noticed in the browser console that Cookie h_api_authcookie.v2 is rejected, most probably because SameSite now defaults to Lax instead of None.
That cookie is only used when you visit https://hypothes.is directly in a top-level frame. The Hypothesis client happens to be served from https://hypothes.is which would explain why the browser might try to send it unnecessarily, if it doesn't block third-party cookies (which we assume browsers may do).
Hi
I am happy using pdf.js + hypothes.is in an iframe on the website of a learned society that produced many documents in pdf format.
I have noticed in the browser console that Cookie h_api_authcookie.v2 is rejected, most probably because SameSite now defaults to Lax instead of None.
That does not seem to block the use of hypothes.is in an iframe but implementing "Secure;SameSite=None" may help and recommendations would be very nice
Many thanks
The text was updated successfully, but these errors were encountered: