mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-02-06 15:04:58 +00:00
Update chrome.js
This commit is contained in:
parent
1e95b79056
commit
e891f3d1dc
|
@ -131,6 +131,12 @@ var ChromeObject = function() {
|
|||
|
||||
// disable popop blocking
|
||||
cmd.push("--disable-popup-blocking");
|
||||
|
||||
// disable 3d
|
||||
cmd.push("--disable-3d-apis");
|
||||
|
||||
// block non-proxyed webrtc traffic
|
||||
cmd.push("--force-webrtc-ip-handling-policy=disable-non-proxied-udp");
|
||||
|
||||
// check incognito mode
|
||||
if (this.inPrivate) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user