mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Prevent godaddy click tracking
This commit is contained in:
parent
315f2a345a
commit
277c567f54
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ const
|
|||
.replace(/^.+(awstrack\.me|redditmail\.com)\/.+(https:%2F%2F[^/]+).*/i, (...m) => decodeURIComponent(m[2]))
|
||||
.replace(/^.+(www\.google|safelinks\.protection\.outlook\.com|mailchimp\.com).+url=.+$/i,
|
||||
() => urlGetParam(url, 'url'))
|
||||
.replace(/^.+click\.godaddy\.com.+$/i, () => urlGetParam(url, 'redir'))
|
||||
.replace(/^.+delivery-status\.com.+$/i, () => urlGetParam(url, 'fb'))
|
||||
.replace(/^.+go\.dhlparcel\.nl.+\/([A-Za-z0-9_-]+)$/i, (...m) => base64Url(m[1]))
|
||||
.replace(/^(.+mopinion\.com.+)\?.*$/i, (...m) => m[1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue