Skip to content

Commit 1a68cc9

Browse files
ghostery-adblocker-bot[bot]Ghostery Adblocker Bot
andauthored
Update scriptlets (#42)
Co-authored-by: Ghostery Adblocker Bot <ghostery-adblocker-bot@users.noreply.github.com>
1 parent c0c224e commit 1a68cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"type": "module",
77
"scripts": {
8-
"build": "deno build.ts --tagName 1.69.1b2 > ubo.js",
8+
"build": "deno build.ts --tagName 1.69.1b3 > ubo.js",
99
"test": "node --test"
1010
},
1111
"author": {

ubo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33902,7 +33902,7 @@ function trustedClickElement(
3390233902
const pos2 = s2.indexOf('=');
3390333903
const key = pos2 !== -1 ? s2.slice(0, pos2).trim() : s2;
3390433904
const value = pos2 !== -1 ? s2.slice(pos2+1).trim() : '';
33905-
out.re = new RegExp(`^${this.escapeRegexChars(key)}=${this.escapeRegexChars(value)}`);
33905+
out.re = new RegExp(`^${safe.escapeRegexChars(key)}=${safe.escapeRegexChars(value)}`);
3390633906
return out;
3390733907
}).filter(details => details !== undefined);
3390833908
const allCookies = assertions.some(o => o.type === 'cookie')

0 commit comments

Comments
 (0)