Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何阻止http://builtwith.com/和其他类似服务将我的网站识别为使用 codeigniter 构建的?出于安全目的,我想隐藏它。我知道该网站是安全且经过测试的。
确保您没有使用任何ci_cookie/会话的默认前缀。对于分析这些东西的爬虫来说,任何带有前缀的东西ci_都将是一个致命的赠品。
ci_
据我所知,CodeIgniter 不会发送标识自身的特殊标头,因此这应该不是问题。