From 5ca5d2d55bd1f0523a2e076f8f1e7ede2e6f5af3 Mon Sep 17 00:00:00 2001 From: Mr Finchum Date: Thu, 10 Apr 2025 10:43:14 +0200 Subject: [PATCH] Added all subdomains to whitelist --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 9e57d25..8671d31 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,7 +8,7 @@ }, "content_scripts": [ { - "matches": ["*://github.com/*"], + "matches": ["*://*.github.com/*"], "js": ["content.js"] } ],