Reliable way to test if navigator properties are overwritten with a getter function

后端 未结 0 1238
清酒与你
清酒与你 2020-12-03 01:39

With a script it\'s possible to overwrite the navigator.plugins property in Chrome and Firefox with

Object.defineProperty(navigator, \'plugins\', {
    get: f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题