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.
无论用户的浏览器配置如何,有没有办法告诉调试工具(firebug 等)永远不会为您的网站启用?
不。
客户端可以自由地做任何它认为适合您的 javascript 的事情。您可以尝试混淆 - 但这对坚定的开发人员无效
脚本、HTML、CSS、图像所有内容都在页面打开之前加载到客户端。所以他可以用他系统中的东西做任何他喜欢的事情。没有办法禁用它。
即使有可能这样做,他也可以将其删除。