mirror of https://github.com/gorhill/uBlock.git
Put back missing scriptlet dependency
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2668 This broke `set-constant` filters.
This commit is contained in:
parent
f07fa40f16
commit
842e356610
|
@ -163,6 +163,7 @@ builtinScriptlets.push({
|
||||||
name: 'set-constant-core.fn',
|
name: 'set-constant-core.fn',
|
||||||
fn: setConstantCore,
|
fn: setConstantCore,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
|
'run-at.fn',
|
||||||
'safe-self.fn',
|
'safe-self.fn',
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue