mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ builtinScriptlets.push({
|
|||
name: 'set-constant-core.fn',
|
||||
fn: setConstantCore,
|
||||
dependencies: [
|
||||
'run-at.fn',
|
||||
'safe-self.fn',
|
||||
],
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue