Fix "File traversal detected" crash processing plugin commands on Windows (#7422)
This commit fixes a bug in BTCPay Server's plugin system where a safety check that prevents directory traversal attacks was accidentally rejecting valid plugin names on Windows. The original code always appended a '/' slash, but Windows us…
a8c01be5by Andrew Camilleri+4−11 file