mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
Update PSL library to latest official version
This commit is contained in:
parent
8c4249a870
commit
2fb4dc8358
@ -482,7 +482,7 @@ const toSelfie = function(encoder) {
|
||||
return {
|
||||
magic: SELFIE_MAGIC,
|
||||
buf32: Array.from(
|
||||
new Uint32Array(this.buf32.buffer, 0, pslByteLength >>> 2)
|
||||
new Uint32Array(pslBuffer8.buffer, 0, pslByteLength >>> 2)
|
||||
),
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user