Skip to content

Commit c19daa1

Browse files
emanueLcziraiemanueLczirai
authored andcommitted
Fixes EFForg#857 "Block all HTTP requests" had no effect
1 parent d278a6d commit c19daa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chrome/content/code/IOUtil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const IOUtil = {
121121
},
122122

123123
abort: function(channel, noNetwork) {
124-
channel.cancel(Cr.NS_ERROR_ABORT);
124+
channel.cancel(Components.results.NS_ERROR_ABORT);
125125
},
126126

127127
findWindow: function(channel) {

0 commit comments

Comments
 (0)