lightning-browser-extension
lightning-browser-extension copied to clipboard
Fix Lightning Address email regex to support unicode domains
Our email regex that we use to check if something is a lightning address does not support unicode domains like (丰.ml) Can we safely change that: https://github.com/getAlby/lightning-browser-extension/blob/57db3b3a178acc4ad0109c543c970f33787cd410/src/common/lib/lnurl.ts#L13 ?
email regex is hard. maybe we just use: /\S+@\S+/ ?
Sir can I work on this issue ?
Hey is this issue still valid @pavanjoshi914. If so, can you please assign this to me.