mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01: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
@ -163,6 +163,7 @@ builtinScriptlets.push({
|
||||
name: 'set-constant-core.fn',
|
||||
fn: setConstantCore,
|
||||
dependencies: [
|
||||
'run-at.fn',
|
||||
'safe-self.fn',
|
||||
],
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user