How to prevent html/JavaScript code modification

前端 未结 8 1846
一向
一向 2020-11-30 13:17

I would like to know if there is a way to prevent an html page with jQuery or javascript to be modified by the user to change its behavior.

A user can modify it usin

8条回答
  •  一整个雨季
    2020-11-30 13:29

    I don't think it's possible to do that unless you can make sure (or force) users to use browsers that don't have developer tool.

提交回复
热议问题