another hack to deal with slightly different tag behavior

This commit is contained in:
idk
2019-11-26 23:15:57 -05:00
parent 7902aded0a
commit f4d2334900

View File

@@ -179,8 +179,9 @@ function AssurePeerConnection() {
rtc = browser.privacy.network.peerConnectionEnabled.get({});
rtc.then(assure);
}
if (!isDroid()) browser.windows.onCreated.addListener(ResetPeerConnection);
if (isDroid()) browser.tabs.onCreated.addListener(ResetPeerConnection);
browser.windows.onCreated.addListener(ResetPeerConnection);
//AssurePeerConnection();
function ResetDisableSavePasswords() {