Update chrome.js

This commit is contained in:
Namhyeon Go 2021-11-14 14:20:20 +09:00 committed by GitHub
parent 1e95b79056
commit e891f3d1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {