Skip to content

让Claude支持WebFetch请求配置方法

一个经常遇到的问题: web fetch Unable to verify if domain github.com is safe to fetch. This may be due to network restrictions or enterprise security policies blocking claude.ai.

非常的简单,请打开你的Claude配置文件~\.claude\settings.json 补充一条:

"skipWebFetchPreflight": true

这条命令的作用其实就是忽略检查直接跳过

image.png