1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Fix scriptlet alias

This commit is contained in:
Raymond Hill 2023-05-23 17:58:20 -04:00
parent 21615160a7
commit 879b837669
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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'