Skip to content

Releases: antsar/unsafelinks

1.4: Handle links with arbitrary path.

17 May 19:37
Compare
Choose a tag to compare
Previously we assumed that ATP-rewritten links would have the querystring immediately after the domain.
This commit updates the regex to match links even if they have a path component.

Fixes #4.

Safer URL replacement technique.

21 Nov 15:27
Compare
Choose a tag to compare

An addons.thunderbird.net reviewer pointed out that innerHTML.replace() is risky, and textContent.replace() would be better. Instead of one big replace on the body contents, we now recursively do replacements on each text node and node attribute.

1.3.1

06 Nov 22:57
Compare
Choose a tag to compare
Bump version for ATN re-upload.

Add support for Thunderbird 68+

23 Oct 20:06
Compare
Choose a tag to compare
1.3

Add Thunderbird 68 support (legacy mode).

Fix maxVersion (no TB68 support yet)

23 Oct 02:17
Compare
Choose a tag to compare

There's currently no support for Thunderbird 68+. See #1.

1.1

26 Sep 16:55
bd2bcd5
Compare
Choose a tag to compare
1.1

Remove maxVersion constraint to allow all future Thunderbird versions.

Initial release

10 Jul 23:55
Compare
Choose a tag to compare
1.0

Initial commit