Accept 16-character subscription secrets for gateway presence
This commit is contained in:
@@ -27,7 +27,7 @@ function subscriptionSecret(subscriptionUrl) {
|
||||
pathSegments.at(-1),
|
||||
]
|
||||
.map((value) => String(value || '').trim())
|
||||
.filter((value) => value.length >= 24);
|
||||
.filter((value) => value.length >= 16);
|
||||
if (!candidates.length) return '';
|
||||
|
||||
url.hash = '';
|
||||
|
||||
Reference in New Issue
Block a user