Skip to content

Releases: antsar/unsafelinks

1.4: Handle links with arbitrary path.

Choose a tag to compare

@antsar antsar released this 17 May 19:37
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.

Choose a tag to compare

@antsar antsar released this 21 Nov 15:27

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

Choose a tag to compare

@antsar antsar released this 06 Nov 22:57
Bump version for ATN re-upload.

Add support for Thunderbird 68+

Choose a tag to compare

@antsar antsar released this 23 Oct 20:06
1.3

Add Thunderbird 68 support (legacy mode).

Fix maxVersion (no TB68 support yet)

Choose a tag to compare

@antsar antsar released this 23 Oct 02:17

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

1.1

1.1

Choose a tag to compare

@antsar antsar released this 26 Sep 16:55
bd2bcd5

Remove maxVersion constraint to allow all future Thunderbird versions.

Initial release

Choose a tag to compare

@antsar antsar released this 10 Jul 23:55
1.0

Initial commit