-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Custom link text can be used for phishing #6532
Comments
So an option in settings that, when checked, auto-replaces any link posted with link text 'this', 'here', or 'click here' or similar and replaces it with the much-more-enlightening actual URL. |
This makes it possible for platforms like Electron apps, which lack a built-in URL preview in the status bar, to enable tooltip previews of links. Relates to: element-hq/element-web#6532 Signed-off-by: Johannes Marbach <[email protected]>
Closes: element-hq#6532 Signed-off-by: Johannes Marbach <[email protected]>
* Add option to display tooltip on link hover This makes it possible for platforms like Electron apps, which lack a built-in URL preview in the status bar, to enable tooltip previews of links. Relates to: element-hq/element-web#6532 Signed-off-by: Johannes Marbach <[email protected]> * Gracefully handle missing platform * Use public access modifier Co-authored-by: Travis Ralston <[email protected]> * Use exact inequality Co-authored-by: Travis Ralston <[email protected]> * Document getAbsoluteUrl * Appease the linter * Clarify performance impact in comment Co-authored-by: Travis Ralston <[email protected]> * Use URL instead of anchor element hack * Wrap anchor in tooltip target and only allow focus on anchor * Use optional chaining Co-authored-by: Michael Telatynski <[email protected]> * Use double quotes for consistency * Accumulate and unmount tooltips and extract tooltipify.tsx * Fix indentation * Blur tooltip target on click * Remove space * Mention platform flag in comment * Add (simplistic) tests * Fix lint errors * Fix lint errors ... for real * Replace snapshot tests with structural assertions * Add missing semicolon * Add tooltips in link previews * Fix copyright Co-authored-by: Travis Ralston <[email protected]> Co-authored-by: Michael Telatynski <[email protected]>
* Enable URL tooltips for Element Desktop Closes: #6532 Signed-off-by: Johannes Marbach <[email protected]> * Fix access level Co-authored-by: Travis Ralston <[email protected]> * Add explicit access level where it exists in base class * Appease the linker Co-authored-by: Travis Ralston <[email protected]>
(please open a new issue with more detailed concerns - reopening this issue would be problematic for the processes in place) |
Will do, thanks for the heads up. As a sidenote, I would think that if the processes in place prevent reopening an issue that's been incorrectly closed, then there's something wrong with said processes that needs to be fixed. |
I've opened #22875 as continuation of this issue. |
Possibly even conditionally whenever link text is, "this", "here", "click here" etc
The text was updated successfully, but these errors were encountered: