感谢 @Thiago_Mobilon 提供的详细反馈!
我会处理这个清单,并争取最终覆盖所有内容。
我刚刚在这里检查了一下,看起来你的 Discourse 站点上的 CSS 配置有误。你有重复的 cache-control 标头,其中一个设置为 no-cache。
curl -v https://tecnoblog.net/comunidade/stylesheets/common_cd45efa28175431b0b8ff143783178d55206920b.css?__ws=tecnoblog.net -s 2>&1 | grep cache-control
< cache-control: max-age=31556952, public, immutable
< cache-control: no-store, no-cache, must-revalidate, private