remove xpi version, use github release for that in the future

This commit is contained in:
idk
2019-02-05 17:38:38 -05:00
parent 6c87a44cd9
commit edad6a8377
4 changed files with 8 additions and 3 deletions

View File

@@ -10,6 +10,10 @@ function isFirefox() {
return false
}
browser.privacy.network.peerConnectionEnabled.set({value: false});
browser.privacy.network.networkPredictionEnabled.set({value: false});
browser.privacy.network.webRTCIPHandlingPolicy.set({value: "disable_non_proxied_udp"});
if (isFirefox()) {
var proxySettings = {
proxyType: "manual",