mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Fix scriptlet alias
This commit is contained in:
parent
21615160a7
commit
879b837669
1 changed files with 1 additions and 1 deletions
|
@ -2365,7 +2365,7 @@ function sed(
|
|||
builtinScriptlets.push({
|
||||
name: 'trusted-set-constant.js',
|
||||
requiresTrust: true,
|
||||
aliases: [ 'trusted-set' ],
|
||||
aliases: [ 'trusted-set.js' ],
|
||||
fn: trustedSetConstant,
|
||||
dependencies: [
|
||||
'set-constant-core.fn'
|
||||
|
|
Loading…
Reference in a new issue