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.
我想从我的 wordpress 网站中隐藏查看源选项。
请让我知道如何锁定 wordpress 网站中的查看源选项。
谢谢你
你不能......你唯一能做的就是禁用右键单击:
<body oncontextmenu="return false;">
但是,如果读者比狗更专业,他知道顶部栏中的“工具”下还有一个“查看资源”按钮......
您不能 100% 锁定该选项。那些想知道来源的人会找到解决方法。源是为客户端使用而生成的,因此访问者将始终可以访问它。
你最好的选择是编码/解密你的源代码,但我很确定你不能在 wordpress 中这样做。