Update proxy-blocker extension to be compatible with firefox 56+ (#260)

* Update `proxy-blocker` extension to be compatible with firefox 56+

* Change `DIRECT 1234` to `DIRECT` see bug https://bugzilla.mozilla.org/show_bug.cgi?id=1355198
This commit is contained in:
Phil Rukin
2017-08-11 14:48:55 +02:00
committed by wbamberg
parent 050b5fa9d0
commit 980168290f
4 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
"applications": {
"gecko": {
"strict_min_version": "55.0a1"
"strict_min_version": "56.0a1"
}
},