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
cpeterso
changed the title
Prevent opening ToS or PN links in a new tab or window
Prevent opening onboarding's ToS or PN links in a new tab or window
Feb 14, 2025
Description
We want to limit reading of the ToS and PN pages to the current web view.
Steps to reproduce
Expected result
We don't want those actions to open the link in a new tab or window. They should either do nothing or open the link in the current web view.
Use
preventDefault()
JavaScript to catch thesecontextmenu
oronclick
events.Environment
Windows, macOS, and Linux
The text was updated successfully, but these errors were encountered: