relax CORS on lnurlp (eg nostr browser clients)
This commit is contained in:
parent
ceac96e149
commit
8b6829df50
|
@ -54,6 +54,12 @@ module.exports = withPlausibleProxy()({
|
|||
headers: [
|
||||
...corsHeaders
|
||||
]
|
||||
},
|
||||
{
|
||||
source: '/api/lnurlp/:slug*',
|
||||
headers: [
|
||||
...corsHeaders
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue