chore: update version to 1.6.2
This commit is contained in:
@@ -162,7 +162,7 @@ export function resolveTrustedJmapUrl(
|
||||
}
|
||||
const matched = servers.find((s) => normalizeUrl(s.url) === target);
|
||||
if (matched) return matched.url;
|
||||
// No match — caller decides whether to honor the request anyway (e.g. when
|
||||
// No match - caller decides whether to honor the request anyway (e.g. when
|
||||
// allowCustomJmapEndpoint is enabled).
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user