Feature: provide link protection like Visual Studio Code
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
https://code.visualstudio.com/updates/v1_38#_link-protection-for-outgoing-links
I clicked unwanted and maybe-harmful links after processing its URLs by sed and grep.
VSCode, the most famous text editor developed by Microsoft, prevents opening untrusted URLs without asking.
This feature prevents us from opening harmful websites by clicking strings representing URLs and domains while and after handling data containing them.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No repository files or tests are named; start with the linked VS Code link-protection specification, then trace Hyper's handling of clicked URL and domain strings. Done means untrusted links found in terminal data require confirmation before opening.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100