mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
a015ad0a5c
commit
daf948b779
|
@ -733,7 +733,7 @@
|
||||||
// https://github.com/gorhill/uBlock/issues/313
|
// https://github.com/gorhill/uBlock/issues/313
|
||||||
// Always try to fetch the name if this is an external filter list.
|
// Always try to fetch the name if this is an external filter list.
|
||||||
if ( listEntry.title === '' || listEntry.group === 'custom' ) {
|
if ( listEntry.title === '' || listEntry.group === 'custom' ) {
|
||||||
matches = head.match(/(?:^|\n)(?:!|# )\s*Title:([^\n]+)/i);
|
matches = head.match(/(?:^|\n)(?:!|# )[\t ]*Title:([^\n]+)/i);
|
||||||
if ( matches !== null ) {
|
if ( matches !== null ) {
|
||||||
// https://bugs.chromium.org/p/v8/issues/detail?id=2869
|
// https://bugs.chromium.org/p/v8/issues/detail?id=2869
|
||||||
// JSON.stringify/JSON.parse is to work around String.slice()
|
// JSON.stringify/JSON.parse is to work around String.slice()
|
||||||
|
|
Loading…
Reference in New Issue