mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Version bumped 0.0.0.8, changed slide image
This commit is contained in:
parent
7c4e78efac
commit
c9cfdefc1b
BIN
extensions/chromium/minimalistic-pac-setter/archive-ribbon.jpg
Executable file
BIN
extensions/chromium/minimalistic-pac-setter/archive-ribbon.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Binary file not shown.
Before Width: | Height: | Size: 78 KiB |
|
@ -3,7 +3,7 @@
|
|||
|
||||
"name": "Ненавязчивый РосКомНадзор",
|
||||
"description": "Аргументы против цензуры: https://git.io/vEkI9",
|
||||
"version": "0.0.0.7",
|
||||
"version": "0.0.0.8",
|
||||
"icons": {
|
||||
"128": "/icons/ribbon128.png"
|
||||
},
|
||||
|
|
|
@ -216,7 +216,7 @@ function httpGet(url, cb) {
|
|||
var ifAsync = true;
|
||||
req.open('GET', url, ifAsync);
|
||||
req.onload = event => {
|
||||
if (!ifSuccessfulCode(req.status)) {
|
||||
if ( !ifSuccessfulCode(req.status) ) {
|
||||
req.clarification = {message: 'Получен ответ с неудачным HTTP-кодом '+req.status+ '.'};
|
||||
return cb(req);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user