-
-
Notifications
You must be signed in to change notification settings - Fork 783
Add ability to report destination URL of a link #14535
Copy link
Copy link
Closed
Labels
p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritysecuritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.ux
Milestone
Metadata
Metadata
Assignees
Labels
p3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritysecuritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.ux
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Links on web pages and in emails are often denoted with human-friendly text. Particularly in an era where users need to be aware of and careful to avoid malicious sites and phishing attempts, it is important to check suspicious URLs before activating them.
Describe the solution you'd like
I envisage the workflow as:
Describe alternatives you've considered
It used to be possible to query the status bar of the browser for information like this but this is generally not possible now.
The main workaround I can think of is:
This is an additional step, and also overwrites the clipboard which isn't always ideal.
Additional context