From de98e750214e7f3176a476f4dd17babe210fb3a0 Mon Sep 17 00:00:00 2001 From: Malte <42342921+ccev@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:33:00 +0200 Subject: [PATCH] add more urls to blocklist --- xilriws-proxy/background.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xilriws-proxy/background.js b/xilriws-proxy/background.js index 69eb988..6a4887e 100644 --- a/xilriws-proxy/background.js +++ b/xilriws-proxy/background.js @@ -14,7 +14,9 @@ const blockedFiles = ["woff", "ttf", "css", "png", "jpg", "jpeg", "svg", "ico"] const BLOCK_URLS = [ + "*://gstatic.com/*", "*://fonts.googleapis.com/*", + "*://optimizationguide-pa.googleapis.com/*", "*://*.launchdarkly.com/*", "*://*.browser-intake-datadoghq.com/*", "*://join.pokemon.com/manifest.json"