How can I disable firebug in my webpage?

后端 未结 3 1504
梦如初夏
梦如初夏 2021-01-27 13:08

How can I disable firebug using Javascript? I want to do this to hide the workings of my webpage from visitors. Is there any option to do this?

3条回答
  •  Happy的楠姐
    2021-01-27 13:21

    You can't. The best you can do is obfuscate your JavaScript.

    Actually scratch that. The best you can do is move all the security-critical code to the server. You should be doing that anyway.

提交回复
热议问题