nrss/lib
olaven 6a62923d6d Don't crash if email address has sub-address with special characters
Emails with [sub-addressing](https://en.wikipedia.org/wiki/Email_address#Sub-addressing) should not
cause the donations flow to crash. It currently does because the vipps redirect URL validation fails
because of the special characters involved, namely "+", e.g. "olav+subscriptions@example.com".
2025-06-18 22:47:59 +02:00
..
nrk feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
vipps Don't crash if email address has sub-address with special characters 2025-06-18 22:47:59 +02:00
caching.test.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
caching.ts Ensure episodes are within Deno KV's size limitations (#37) 2024-09-19 19:31:53 +02:00
rss.test.ts Add a second promo text to the front. (#40) 2025-04-30 16:21:25 +02:00
rss.ts Add a second promo text to the front. (#40) 2025-04-30 16:21:25 +02:00
storage.test.ts Vipps Donations (#33) 2024-08-24 18:55:08 +02:00
storage.ts Vipps Donations (#33) 2024-08-24 18:55:08 +02:00
test-utils.ts feat: Add unit-tests (#25) 2024-04-11 21:10:16 +02:00
utils.test.ts Fix invalid feed characters (#31) 2024-04-14 12:16:00 +02:00
utils.ts Ensure episodes are within Deno KV's size limitations (#37) 2024-09-19 19:31:53 +02:00