Changes for release submission.

This commit is contained in:
kkapsner 2016-11-03 17:58:17 +01:00
parent e931fa997c
commit e1f2b69405
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -88,7 +88,7 @@
mode = "allow";
break;
default:
console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
// console.log("Unknown blocking mode (" + blockMode + "). Default to block everything.");
}
return mode;
}

View File

@ -133,7 +133,7 @@
"main": "lib/main.js",
"author": "Korbinian Kapsner",
"license": "MPL 2.0",
"version": "0.3.2-Development",
"version": "0.3.2-Release",
"engines": {
"firefox": ">=38.0a1",