防止滥用:Firebase的云端功能 [英] Preventing Abuse: Cloud Functions for Firebase

查看:165
本文介绍了防止滥用:Firebase的云端功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

阻止攻击者反复触发云端函数,导致巨额账单或导致项目进入配额限制的最佳方法是什么?



一些想法:




解决方案

查看我的答案此处



我的答案中有短暂的细目:


  1. 限制请求类型

  2. 检查原始地址


  3. 之间使用负载平衡器像 Cloudflare Page Rules

希望它有帮助:)

What is the best way to stop an attacker from triggering a Cloud Function repeatedly, causing a huge bill or causing the project to run into quota limits?

Some ideas:

解决方案

Check my answer here.

Short breakdown of items from my answer :

  1. Limit the type of requests
  2. Authenticate if you can
  3. Check for origin
  4. Use a load balancer in between
  5. Use something like Cloudflare Page Rules

Hope it helps :)

这篇关于防止滥用:Firebase的云端功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆