[web][passkey] Whitelist *.ente.sh redirect urls
This commit is contained in:
parent
638de0a769
commit
dbc50760af
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ const PasskeysFlow = () => {
|
|||
redirect !== "" &&
|
||||
!(
|
||||
redirectURL.host.endsWith(".ente.io") ||
|
||||
redirectURL.host.endsWith(".ente.sh") ||
|
||||
redirectURL.host.endsWith("bada-frame.pages.dev")
|
||||
) &&
|
||||
redirectURL.protocol !== "ente:" &&
|
||||
|
|
Loading…
Add table
Reference in a new issue