mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 17:41:03 +01:00
Merge tag '1.5.6'
This commit is contained in:
commit
3c1b344315
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
// https://github.com/gorhill/uBlock/issues/1124
|
// https://github.com/gorhill/uBlock/issues/1124
|
||||||
// Looks like `contentType` is on track to be standardized:
|
// Looks like `contentType` is on track to be standardized:
|
||||||
// https://dom.spec.whatwg.org/#concept-document-content-type
|
// https://dom.spec.whatwg.org/#concept-document-content-type
|
||||||
if ( (document.contentType || '').startsWith('image/') ) {
|
if ( (document.contentType || '').lastIndexOf('image/', 0) === 0 ) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
|
|
||||||
"name": "uBlock Origin",
|
"name": "uBlock Origin",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
|
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_extShortDesc__",
|
"description": "__MSG_extShortDesc__",
|
||||||
|
|
Loading…
Reference in a new issue