-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Make URL safety configurable #20191
Copy link
Copy link
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-3A description (P3)A description (P3)
Milestone
Metadata
Metadata
Assignees
Labels
Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.It's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-3A description (P3)A description (P3)
Type
Fields
Give feedbackNo fields configured for Feature.
Projects
Status
Cherry Picked
Status
Cherry Picked
Description of the new feature
From the last release, you have to confirm each click on a hyperlink:
Please make this behavior (
_IsUriConsideredSomewhatSafe) configurable, either through a scheme whitelist or a switch disabling this entirely (or both).I work a lot with
vscode://hyperlinks, and having to confirm each click coming from a trusted source is honestly infuriating. I'd really appreciate it.cc @DHowett
Proposed technical implementation details
No response