Skip to content

Commit 5bbbfac

Browse files
author
Mike Perry
committed
Update component to include NoScript 2.0.4 changes.
1 parent 1cbfbac commit 5bbbfac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/https-everywhere.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const _INCLUDED = {};
4343
const INCLUDE = function(name) {
4444
if (arguments.length > 1)
4545
for (var j = 0, len = arguments.length; j < len; j++)
46-
arguments.callee(arguments[j]);
46+
INCLUDE(arguments[j]);
4747
else if (!_INCLUDED[name]) {
4848
try {
4949
LOADER.loadSubScript("chrome://https-everywhere/content/code/"
@@ -189,6 +189,7 @@ HTTPSEverywhere.prototype = {
189189
Components.interfaces.nsIContentPolicy,
190190
Components.interfaces.nsISupportsWeakReference,
191191
Components.interfaces.nsIWebProgressListener,
192+
Components.interfaces.nsIWebProgressListener2,
192193
Components.interfaces.nsIChannelEventSink ]),
193194

194195
wrappedJSObject: null, // Initialized by constructor

0 commit comments

Comments
 (0)