Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4e6f63e9ef |
@@ -124,6 +124,7 @@ def main():
|
|||||||
args.auth_host = f"https://{args.auth_host}"
|
args.auth_host = f"https://{args.auth_host}"
|
||||||
args.auth_host = args.auth_host.rstrip("/")
|
args.auth_host = args.auth_host.rstrip("/")
|
||||||
validate_auth_host(args.auth_host, args.rp_id)
|
validate_auth_host(args.auth_host, args.rp_id)
|
||||||
|
if args.origins:
|
||||||
args.origins.insert(0, args.auth_host) # Ensure first in origins
|
args.origins.insert(0, args.auth_host) # Ensure first in origins
|
||||||
|
|
||||||
# Normalize, strip trailing slashes, and deduplicate while preserving order
|
# Normalize, strip trailing slashes, and deduplicate while preserving order
|
||||||
|
|||||||
Reference in New Issue
Block a user