What's the pricing? I couldn't find this info on the site.
On GoDaddy at least, pricing seems to vary by domain name. beer.app is $1,999.99 while hackernews.app is $16.99. You can check pricing on individual .app domains here: https://www.godaddy.com/tlds/app-domain Edit: It appears this pre-registration doesn't even guarantee you'll get the domain. It just increases your chances :( I'm gonna pass...
Introducing .app, a more secure home for apps on the web
81–90 of 378 posts
Re: Introducing .app, a more secure home for apps on the web
#82The defining feature here seems to be HSTS - all .app domains will connect via HTTPS by default, and never try HTTP. Which is nice. Otherwise... eh. In theory this becomes a home for web sites specifically related to apps. Certainly that seems to be what Google are suggesting. But are web apps "apps"? Is this native only? Are Google going to be actively monitoring these to make sure the content is related to the .app…
> But are web apps "apps"? Both Google and Microsoft are both strongly in the "Yes" category here and are heavily pushing PWAs as a future of many types of apps. If a lot of PWAs also want to use .app as their TLD, that serves Google's purposes just fine, I'd imagine. > Are Google going to be actively monitoring these to make sure the content is related to the .app TLD? Where's the creativity in that? The internet de…
Re: Introducing .app, a more secure home for apps on the web
#83EDIT: Found the FAQ -
Does pre-registering a domain guarantee I'll get it? No. Pre-registering reserves your place in our queue for that domain. The instant the registration phase opens, we'll submit our list of registrations electronically. If you don't get the domain you've pre-registered, we'll refund the cost of the registration. Any application fees are non-refundable however.
Re: Introducing .app, a more secure home for apps on the web
#84 #!/bin/bash
DOMAIN="${1:-google}"
RESPONSE=$(
curl -XGET -s \
-H "Accept-Language: en-us" \
-H "Accept: */*" \
-H "Connection: keep-alive" \
-H "Host: domain-registry.appspot.com" \
-H "Origin: https://get.app" \
-H "Referer: https://get.app/" \
-H "User-Agent: Mozilla/5.0 (KHTML, like Gecko) Safari/537.36" \
"https://domain-registry.appspot.com/check?domain=${DOMAIN}.app"
)
echo "$RESPONSE" | sed "s/{\"/{\"domain\":\"${DOMAIN}.app\",\"/g"Re: Introducing .app, a more secure home for apps on the web
#85Re: Introducing .app, a more secure home for apps on the web
#86Earlier quoted context omitted.
Finally, "there are several dozen CAs and some are really sketchy" becomes a strength, rather than a weakness!
Sketchy CAs that issue certificates to people that don't actually own the domains in question tend to get nuked from the chain of trust very quickly.
Re: Introducing .app, a more secure home for apps on the web
#87Ted from Namecheap here - we've been excited about this TLD launch for a couple of years now and we plan to sell .app domains! Stoked it's launching very soon.
Re: Introducing .app, a more secure home for apps on the web
#88[1] https://www.godaddy.com/dpp/find?checkAvail=1&tmskey=&domain...
[2] https://www.godaddy.com/dpp/find?checkAvail=1&tmskey=&domain...
[3] https://www.godaddy.com/dpp/find?checkAvail=1&tmskey=&domain...
Re: Introducing .app, a more secure home for apps on the web
#89Re: Introducing .app, a more secure home for apps on the web
#90Took me a while to figure out that Google Domains isn't participating in the Early Access Program. Apparently the "additional fee" for early access is extraordinarily high from some registrars. For example -> https://imgur.com/a/E9WRqTI
I just tried to buy one. Got an email saying I'd be invoiced on allocation of that domain to the registrar. WTF does that mean? How can they take my money if they don't even know they'll have the domain to sell?