我可以在Firebase Hosting中获得测试网站的一些基本保护吗?

时间:2018-11-09 09:22:40

标签: firebase firebase-hosting

由于Firebase Hosting上似乎无法进行HTTP身份验证,因此这里是否存在诸如“混淆文件夹”之类的快速破解方法:Github Auth Proxy以保护我的应用程序源代码预发布?

喜欢更改firebase.json中的某些重写吗?

我尝试了类似的操作(不起作用):

"rewrites": [
  {
    "source": "**",
    "destination": "/uselessIndex.html"
  },
  {
    "source": "/supersecretFolder",
    "destination": "/index.html"
  }
]

顺便说一句:出于我的目的,推荐的解决方案有点过分:Protect with Cloud Functions

1 个答案:

答案 0 :(得分:0)

不可能“保护”部署到Firebase Hosting的任何内容。部署后,任何知道URL的人都可以访问该内容。没有混淆。