Skip to content

LinkRouter 1.0.4

Choose a tag to compare

@indranandjha1993 indranandjha1993 released this 07 Jul 09:57
· 3 commits to main since this release

Hardening release.

  • Security: linkrouter://open deep links now only accept http/https targets — file://, javascript:, and other schemes are rejected. Previously a crafted link could open arbitrary content without a prompt if it matched a routing rule.
  • 25 unit tests now cover rule matching, host matching, deep-link decoding, and settings storage (swift test).
  • GitHub Actions CI builds and tests every push.