Skip to content
New issue

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

Provide a better message in Safari users when cookies are blocked #375

Open
jonespm opened this issue Dec 2, 2024 · 0 comments
Open

Provide a better message in Safari users when cookies are blocked #375

jonespm opened this issue Dec 2, 2024 · 0 comments

Comments

@jonespm
Copy link
Member

jonespm commented Dec 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant