diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-01-28 16:52:03 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2024-01-28 16:52:03 +0300 |
commit | 1b95b1ce527cda1812caaa68da4c55a61092a471 (patch) | |
tree | 53b4c47b193ed11b6cec762440846782aed07952 /src/config.json | |
parent | Translated using Weblate (Galician) (diff) | |
download | libredirect-1b95b1ce527cda1812caaa68da4c55a61092a471.zip |
Added raw.githubusercontent.co support for GotHub https://github.com/libredirect/browser_extension/issues/890
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |