English 中文(简体)
封杀 Chrome 延长从我网站上开始
原标题:Blocking Chrome Extensions from running on my site
  • 时间:2012-04-22 03:20:41
  •  标签:
  • security

As a web developer, is there any way to prevent a user s Chrome extensions from being applied to my site? i.e. a header, meta tag, anything? Additionally, if there is, is there also a way to whitelist particular extensions?

最佳回答

这是不可能的。 在网络服务器结束时,你只能控制浏览器能控制什么。 简言之,这意味着你可以控制你寄回的数据(超文本、javascript、头盔等)。 这一点令人不安。

问题回答

您能否制定内容安全政策,阻止line,只允许特定领域的 j印? 您甚至能够以报告为本的方式创建一种CSP,并通过收集违反报告。





相关问题
Signed executables under Linux

For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...

MALICIOUS_CODE EI_EXPOSE_REP Medium

I run findbugs against all of my code and only tackle the top stuff. I finally got the top stuff resolved and now am looking at the details. I have a simple entity, say a user: public class User ...

XSS on jsbin.com

Anyone know if jsbin.com implements any protection for XSS or other javascript attacks? I see jsbin links used fairly regularly on sites like this one and I can t find any indication from the site ...

Make md5 strong

Im making a website that will intergrate with game that only support md5 hashing metod (atm). Which ofc is not especially safe anymore. But how could i make it stronger? Should I just generate long ...

Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

热门标签