Admin-configurable custom URI protocol handlers for autolinking
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 36.9k
- Forks
- 5.2k
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 713
Description
[!TIP]
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Feature request
Allow administrators to configure which custom URI protocols (beyond http/https/ftp/mailto) should be automatically recognized and rendered as clickable links in Talk messages.
Only standard protocols are auto-linked in plain text messages. Custom protocols like e1c://, zoommtg://, tg://, ms-word://, jetbrains://, figma:// remain as plain text even though they are valid, OS-registered URI schemes.
Example:
e1c://server/1c-srv/235#e1cib/data/Document.Audit
→ Currently: plain text
→ Expected: clickable link
Proposed solution: Admin UI for protocol management
Structured list with validation (preferred)
Custom URI protocols
Protocol | Description (optional) | Actions
------------|-------------------------------|----------
e1c | 1C Enterprise ERP links | [Edit] [Delete]
zoommtg | Zoom meeting links | [Edit] [Delete]
tg | Telegram app links | [Edit] [Delete]
| |
[+ Add protocol]
Security setting: [☑️] Only allow configured protocols (block all others)
Contributor guide
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
Start by tracing Talk message autolinking and the existing standard-protocol allowlist, then inspect the admin settings entry point for adding configuration. Define how protocols are validated and stored, how configured schemes become clickable, and how the optional blocking setting behaves. Done means the admin can manage custom protocols and Talk messages consistently apply the selected policy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- full-stack, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100