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 message in Safari if cross frame cookies are blocked currently is
"Your browser prohibits to save cookies in the iframes."
This has grammar issues and also doesn't indicate to the user how they might resolve this.
We can provide a custom message with the main_msg parameter of enable_check_cookies. We can also provide a custom click_msg.
Maybe something like
main_msg="Your browser is currently blocking cookies within iframes. Please check your browser's cookie settings, likely under Preferences > Privacy, to allow cookies for this site."
click_msg="Alternatively click here to open content in the new tab."
This hopefully will be fixed eventually in a future version of PyLTI.
The text was updated successfully, but these errors were encountered:
The message in Safari if cross frame cookies are blocked currently is
This has grammar issues and also doesn't indicate to the user how they might resolve this.
We can provide a custom message with the
main_msg
parameter ofenable_check_cookies
. We can also provide a customclick_msg
.Maybe something like
This hopefully will be fixed eventually in a future version of PyLTI.
The text was updated successfully, but these errors were encountered: