add encoding back with extra tests
This commit is contained in:
+1
@@ -24,6 +24,7 @@ export function maskSigUrl(url: string): void {
|
||||
const signature = parsedUrl.searchParams.get('sig')
|
||||
if (signature) {
|
||||
setSecret(signature)
|
||||
setSecret(encodeURIComponent(signature))
|
||||
}
|
||||
} catch (error) {
|
||||
debug(
|
||||
|
||||
Reference in New Issue
Block a user