增加CC防护(开源用户需要自己实现)

This commit is contained in:
GoEdgeLab
2023-03-09 15:15:22 +08:00
parent 09806b75e7
commit 86decd04cb
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
// Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
//go:build !plus
package nodes
func (this *HTTPRequest) doCC() (block bool) {
return
}