简体   繁体   English

如何禁用/启用插件?

[英]How to disable / Enable plugins?

We are creating a web application. 我们正在创建一个Web应用程序。 In there, we would like to disable some plugins installed in the user's browser when the user visit out site, such as video downloaders. 在此,当用户访问网站时,我们想禁用一些安装在用户浏览器中的插件,例如视频下载器。 Is there anyway we can do using PHP, JavaScript, Java, ASP or whatever other technology? 无论如何,我们可以使用PHP,JavaScript,Java,ASP或任何其他技术来做吗? If there is, even though we disable it, will the user be able to enable it by browser settings? 即使存在,即使我们将其禁用,用户也可以通过浏览器设置启用它吗?

I have seen some 我看过一些

Please help. 请帮忙。

No I don't think there's really any way around this. 不,我认为这真的没有办法。 Basically you would be controlling their browser (an application on their computer). 基本上,您将控制他们的浏览器(他们计算机上的应用程序)。 This is a violation of security and privacy to control someone else's computer in this way. 以这种方式控制他人计算机的安全和隐私受到侵犯。

You can have your site attempt to shut down if it detects such actions, but the technical burden is on your shoulders. 如果发现此类行为,您可以让站点尝试关闭,但是技术负担由您承担。

No, there's no way to do that. 不,没有办法。 But you can make your videos harder to download, for example use temporary video urls, or rewriting your urls. 但是,您可以使视频的下载更加困难,例如使用临时视频网址或重写网址。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM