Open w4 opened 5 years ago
We interact with window throughout our content script to console.log, fetch, etc. All these could be overridden by the website to detect users that are running KPJS. We should take measures to prevent this.
window
console.log
fetch
We interact with
window
throughout our content script toconsole.log
,fetch
, etc. All these could be overridden by the website to detect users that are running KPJS. We should take measures to prevent this.