@jwendling and @raymondk I understand your points. Please understand mine: it just needs to be as good as the last domain. If I change it and within an hour a dozen people DM about seeing a site error while trying to access it… that is truly bad. This is exactly what happened last time I changed the domain over to icp0.io.
The ic0.app domain never had a user report to us… (1+ years of use).
Scams sites are basically, almost always blocked by Dfinity at this point. I know this because we index all of the sites on the IC and have worked with your team on this in the past.
icme.io: deploys apps for users. We do not control their domains, they can set them up if they want to, but by default they are the standard domain provided by the IC.
kinic.io: indexes FE on the IC… It does not gather or map custom domain names.
"Just use a custom domain for your dApp… " is not a good answer in our case. Thank you!
Based on all feedback from the community, this change is being postponed for a month (target: end of April, most likely April 20,2023), with the intent to give folks more time to:
Make whatever changes they need for their dapps
Make more noise about the change so more people see it
Engage & iterate with the community more about the situation surrounding domains
@apotheosis
I completely understand your point of view and it is also important to us that icp0.io has a good reputation and we actively address every blocklist entry. Unfortunately, we cannot guarantee any reputation.
The fact that we had the Google Safe Browsling listing on the day of your conversion was really unfortunate and it is understandable that this causes uncertainty.
"Just use a custom domain for your dApp… " is not a good answer in our case. Thank you!
Sorry, this was not meant to be directed at you directly, but a general recommendation. I understand that in your case it is not simply done with a custom domain.
Could it be an option for icme.io dApps to register a custom domain under a domain that you control instead of using the default domain? E.g. dapp-name.sites.icme.io
@BHare1985 AFAIK Cisco acquired OpenDNS a few years ago. But no matter who maintains or manages it now, we will file a request to have icp0.io removed.
sure let me ping team. Not sure how precise it can be, but maybe a helpful range.
out of curiosity: would you mind elaborating on the intent behind your question so we can best address it? Are you asking because you want a bit more time before the switch? or something else? I am asking in case the answer is a 12-hour range, would that be helpful? thank you
I’ve asked cause I’ll present at an ICP workshop on the 20th and one of the canister I’m planning to show participants how to deploy assumes its URL on mainnet ends with “.raw.ic0.app”
The Boundary Node team deployed this change today. Any new canisters created will not be available on ic0.app anymore. As usual, they will be available on icp0.io.
The following should illustrate the behavior change:
If we’re managing multiple canisters from the same project, is there a recommended approach to how we should handle setting our provider(s) in our dfx.json after this change?
Do I list multiple providers in my dfx.json as follows:
I would recommend you use only icp0.io as the only provider in dfx.json. The provider handling code is ‘not as nice as I’d like it to be’ and only picks the first one in the list
asset canister CSP: Your asset canister(s) may have a content security policy set for it to only accept assets from the old domain. Check in your .ic-assets.json files (if present)
Internet Identity login produces different IDs when logging in through a different domain. This is a limitation/feature of how WebAuth works