惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
DataBreaches.Net
MongoDB | Blog
MongoDB | Blog
GbyAI
GbyAI
L
LangChain Blog
B
Blog
博客园 - 三生石上(FineUI控件)
Martin Fowler
Martin Fowler
博客园 - 【当耐特】
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
U
Unit 42
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
有赞技术团队
有赞技术团队
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
T
The Blog of Author Tim Ferriss
爱范儿
爱范儿
小众软件
小众软件
I
InfoQ
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
人人都是产品经理
人人都是产品经理
C
Check Point Blog

Cloudflare

爱上 cloudflare 了 我想问问现在 Cloudflare 能不能正常登陆? cfui:基于 go 的 cloudflared web UI 一套能让免费 CloudFlare 建的站部分访问延迟变低(几乎瞬间)的方法,不是优选,夸我或者给我找 bug 为了在 CF 上实现低延迟的效果,打开页面后每半分钟发送一个请求对赛博菩萨有多大伤害?我不想遭报应 Cloudflare 的 5 秒盾/Turnstile 真的无敌吗? CapSolver 这类 api 到底靠不靠谱? https://dash.cloudflare.com 登录不进去 Cloudflare 宣布裁员逾 1100 人 这两天大家能正常登录 cf 吗? cloudflare tunnel 会阻止 openai sdk 的请求,只允许 curl 请求,如何解决 Cloudflare WARP 现在还稳吗 cloudflare worker 懂行的 开启 Cloudflare 的 DNS 代理之后, frp 就无法正常工作 cloudflare worker 能指定出口 ip 的国家吗? Cloudflare 支持使用自定义域名发邮件了 [送码]做了个 Cloudflare 监控 App - FlareKit,送点兑换码 转移到 Cloudflare Registrar 的域名疑似被盗 为什么已经把 cloudflare 上的 Cache Rules 设置为绕过缓存,还是会被限制上传大小? vibe 了一个 gotify/server 的 cloudflare worker 版本 求助: cf 上面的域名被封了 被 CF 拦截了部分页面, Error 451 错误 Cloudflare 收购了 Astro 最近发现 CF WARP 在 Win & Linux 上国内能直连,安卓不行 Cloudflare Radar《2025 年度回顾》,挺有意思 白嫖 worker AI 的进 刚注册的新域名放到了 cloudflare 一周后发现访问量逐渐增加,是爬虫吗 历时 20 多天, Cloudflare 弄丢的数据找回来了 cloudflare worker 直连访问太慢了,求个替代 难道没人觉得 cloudflare 改版后,很难用吗? Cloudflare 发表 12/5 的故障报告
CF 的 ai 反爬 robots.txt 似乎部分情况下跟 Pages 机制冲突?
LANCDN · 2026-01-28 · via Cloudflare

触发条件

  • Pages 有一个根域名(二级域名好像没这问题)的自定义域
  • 部署的 Pages 里没有 404.html,有正常的 index.html
  • 仪表板的 AI Crawl Control => Robots.txt => Cloudflare managed 开着

现象

  • 手动访问 xxx.com/robots.txt 的时候 index.html 的文件内容会出现在 CF 的 robots.txt 模板下面,感觉像 Pages 默认回落的逻辑也跟着执行了。大概就像这样:
# As a condition of accessing this website, you agree to abide by the following
# content signals:

...

# BEGIN Cloudflare Managed content

User-agent: *
Content-Signal: search=yes,ai-train=no
Allow: /

...

# END Cloudflare Managed Content

<!DOCTYPE html>
<html lang="zh">
	...
</html>