From 278cd62e063416e3b4281e3c40f72158bcd82320 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sat, 16 Nov 2024 00:03:42 +0100 Subject: [PATCH] [nscl] Switch all the Chromium usages of patchWindow() to the new Worlds API. --- src/bg/RequestGuard.js | 1 + src/manifest.json | 3 ++- src/nscl | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bg/RequestGuard.js b/src/bg/RequestGuard.js index b01dde9..6408019 100644 --- a/src/bg/RequestGuard.js +++ b/src/bg/RequestGuard.js @@ -357,6 +357,7 @@ */ ns.policy.set(key, perms); await ns.savePolicy(); + await RequestGuard.DNRPolicy?.update(); } return {enable: key}; }, diff --git a/src/manifest.json b/src/manifest.json index 6b0842f..24e6312 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -131,7 +131,8 @@ "/nscl/main/Worlds.js", "/nscl/main/Worlds.main.js", "/nscl/main/patchWorkers.main.js", - "/nscl/main/WebGLHook.main.js" + "/nscl/main/WebGLHook.main.js", + "/nscl/main/prefetchCSSResources.main.js" ] }, { diff --git a/src/nscl b/src/nscl index 3c26c72..6cd3f61 160000 --- a/src/nscl +++ b/src/nscl @@ -1 +1 @@ -Subproject commit 3c26c7286ea82809718a280660683db02575d92d +Subproject commit 6cd3f61ef3b3fcaa40c83358ab9c8025e063c4f9