문제

I want to prevent my web page from been accessed by browser extension based content scripts. Are there any javascript frameworks / practices that could possible help me achieve this?

Thanks in advance

도움이 되었습니까?

해결책

Not really. Even if you write your own browser to try and prevent it, if it supports extensions the user can extend it. Also, it would be completely against the spirit of the web and maybe against the law. The user owns their computer, you can get in legally murky areas if you do things to a user's "browser".

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top