-
-
Notifications
You must be signed in to change notification settings - Fork 64
Description
I want to add a simplest url cleaner for a chat app that is used mostly in organizations. I think to use for both sanitizing outgoing URLs and cleanup of the incoming messages. At first I wanted to strip utm_source but decided to see what else can be removed so came here.
There is a list of global params to remove:
https://github.com/ClearURLs/Rules/blob/master/data.min.json#L230
Maybe you can tell me which of these params are most often used and definitely can be removed? I don't want to have rules based on a domain, ideally just regexps.
Since the chat app is used for business and organizations the ruleset should be basic: GitHub, GitLab, Google, Bing, Google Drive, OneDrive, YouTube... and maybe something else?
P.S. Sorry that I created an issue. I wanted to ask in Discussions but it seems that no one reads them. Maybe you can disable them?