[pk] Whitelist ente-cli's custom protocol (#2194)
This commit is contained in:
@@ -349,7 +349,8 @@ export const isWhitelistedRedirect = (redirectURL: URL) =>
|
||||
redirectURL.host.endsWith(".ente.io") ||
|
||||
redirectURL.host.endsWith(".ente.sh") ||
|
||||
redirectURL.protocol == "ente:" ||
|
||||
redirectURL.protocol == "enteauth:";
|
||||
redirectURL.protocol == "enteauth:" ||
|
||||
redirectURL.protocol == "ente-cli:";
|
||||
|
||||
export interface BeginPasskeyAuthenticationResponse {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user