You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Avoid hard codeing /.well-known/ic-domains (#3638)
# Motivation
The domains specified in /.well-known/ic-domains of the II canisters
should not be hard coded but should instead depend on the canister
config.
# Changes
Set /.well-known/ic-domains to all the domains from `related_origins`.
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
// Add .well-known/ic-domains for custom domain support
325
-
let ic_domains_content = b"identity.internetcomputer.org\nbeta.identity.ic0.app\nbeta.identity.internetcomputer.org\nid.ai\nbeta.id.ai\nwww.id.ai".to_vec();
0 commit comments