From 1b95b1ce527cda1812caaa68da4c55a61092a471 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 28 Jan 2024 16:52:03 +0300 Subject: Added raw.githubusercontent.co support for GotHub https://github.com/libredirect/browser_extension/issues/890 --- src/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 4029d536..567fcb14 100644 --- a/src/config.json +++ b/src/config.json @@ -637,7 +637,8 @@ }, "targets": [ "^https?:\\/{2}github\\.com\\/", - "^https?:\\/{2}gist\\.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" + "^https?:\\/{2}gist\\.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?", + "^https?:\\/{2}raw\\.githubusercontent\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { -- cgit 1.4.1