mirror of https://github.com/gorhill/uBlock.git
Fix scriptlet alias
This commit is contained in:
parent
21615160a7
commit
879b837669
|
@ -2365,7 +2365,7 @@ function sed(
|
||||||
builtinScriptlets.push({
|
builtinScriptlets.push({
|
||||||
name: 'trusted-set-constant.js',
|
name: 'trusted-set-constant.js',
|
||||||
requiresTrust: true,
|
requiresTrust: true,
|
||||||
aliases: [ 'trusted-set' ],
|
aliases: [ 'trusted-set.js' ],
|
||||||
fn: trustedSetConstant,
|
fn: trustedSetConstant,
|
||||||
dependencies: [
|
dependencies: [
|
||||||
'set-constant-core.fn'
|
'set-constant-core.fn'
|
||||||
|
|
Loading…
Reference in New Issue