From 53595654b1a777ffc4985b72637043b46a0fd0a7 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sun, 4 Aug 2024 14:50:14 +0900 Subject: [PATCH] chore(adblocker): add comment --- src/plugins/adblocker/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/adblocker/index.ts b/src/plugins/adblocker/index.ts index 5b2fd3ab..8469a62c 100644 --- a/src/plugins/adblocker/index.ts +++ b/src/plugins/adblocker/index.ts @@ -118,6 +118,7 @@ export default createPlugin({ }, }, preload: { + // see #1478 script: `const _prunerFn = window._pruner; window._pruner = undefined; JSON.parse = new Proxy(JSON.parse, {