Skip to content

v1.0.1 — Hotfixes

Choose a tag to compare

@ignromanov ignromanov released this 31 Mar 22:18
· 5 commits to master since this release
553ea92

Same-day fixes for a privacy leak and OG preview issues discovered post-launch.

Security

  • Umami analytics was receiving URL hash fragments containing full invoice data via browser referrer context — added data-exclude-hash attribute to prevent leakage (PR #46)

Fixed

  • BigInt guard against non-integer values in total field during conversion (PR #46)
  • OG preview truncated invoice IDs to 8 characters — now preserves dashes, up to 20 chars (PR #49)
  • Twitter link pointed to wrong handle — corrected to @voidpay_xyz (PR #49)
  • /og-image, /coming-soon, /pay, /invoice excluded from sitemap and robots.txt (PR #50)

Full Changelog: v1.0.0...v1.0.1