mirror of
https://github.com/Ed1s0nZ/PrivHunterAI.git
synced 2025-09-17 20:41:37 +00:00
Update config.go
This commit is contained in:
parent
1560e3dd71
commit
37e7fd2105
11
config.go
11
config.go
@ -31,3 +31,14 @@ var suffixes = []string{
|
|||||||
// 特殊用途文件
|
// 特殊用途文件
|
||||||
".gitignore", ".lock", ".bak",
|
".gitignore", ".lock", ".bak",
|
||||||
} //这些后缀不扫
|
} //这些后缀不扫
|
||||||
|
|
||||||
|
var allowedRespHeaders = []string{
|
||||||
|
"image/png",
|
||||||
|
"text/html",
|
||||||
|
"application/pdf",
|
||||||
|
"text/css",
|
||||||
|
"audio/mpeg",
|
||||||
|
"audio/wav",
|
||||||
|
"video/mp4",
|
||||||
|
"application/grpc",
|
||||||
|
} // 这些响应头不扫
|
||||||
|
Loading…
x
Reference in New Issue
Block a user