We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73410be commit 34a44caCopy full SHA for 34a44ca
src/firefox-preamble.js
@@ -15,9 +15,11 @@ var mozRTCIceCandidate = hiddenWindow.mozRTCIceCandidate;
15
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1007318
16
var Blob = hiddenWindow.Blob;
17
18
+var firefoxExtension = true;
19
+
20
var freedom;
21
-function setupFreedom(manifest, debug) {
22
+function setupFreedom(manifest, debug, freedomcfg) {
23
if (this.freedom) {
24
return this.freedom;
25
}
0 commit comments