Firebase Hosting支持HTTP / 2和SNI

时间:2016-11-08 23:05:14

标签: firebase firebase-hosting

今天收到Firebase的这封电子邮件:

enter image description here

那我该怎么办?

我使用Digital Ocean DNS。

目前,我在数字海洋中将CNAME发送到我的应用var brokenJson = function (url) { var responseCopy; return fetch(url) .then(function (response) { responseCopy = response.clone(); return response.json(); }).catch(function (err) { if (err instanceof SyntaxError) { return responseCopy.text() .then(function(text) { console.error(text); throw err; }); } else { throw err; } }).then(function (json) { // do things }); };

khophi-auth.firebaseapp.com

最终可以name | hostname code | khophi-auth.firebaseapp.com.

访问

所以电子邮件中的说明,它要我做什么?改变什么?

1 个答案:

答案 0 :(得分:2)

来自博客文章的评论,他们说要指向

khophi-auth.firebaseapp.com -> s-sni.firebaseapp.com

https://firebase.googleblog.com/2016/09/http2-comes-to-firebase-hosting.html