-
-
Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Describe a related problem (optional)
Users are frequently getting tricked by "Rickroll" links in comments, chats, or shared URLs. This disrupts productivity, annoys users, and impacts trust in shared resources.
Describe your suggested feature
Add a detector that flags or blocks suspicious links known for Rickrolling by comparing URLs against a maintained blacklist. When a match is found, the system should:
Warn the user before opening the link.
Optionally block access and show a custom message.
Allow admins to update or extend the blacklist.
Describe alternatives you've considered for your suggested feature
Heuristic detection (analyze video titles, etc.) — more complex, may cause false positives.
Other details
The blacklist includes full YouTube URLs (e.g., https://www.youtube.com/watch?v=dQw4w9WgXcQ)
And... don't take this seriously :)
Acknowledgements
- I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
- I have written a short but informative title.
- I will fill out all of the requested information in this form.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request