1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02: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:
Raymond Hill 2023-05-23 17:03:30 -04:00
parent f07fa40f16
commit 842e356610
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -163,6 +163,7 @@ builtinScriptlets.push({
name: 'set-constant-core.fn',
fn: setConstantCore,
dependencies: [
'run-at.fn',
'safe-self.fn',
],
});