diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:54:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:54:28 +0300 |
commit | 5d75cb387430fecd7bd305a1e874ac9dd47cfe77 (patch) | |
tree | 76771e3d969afe86029d0ebbf2dd3a35df679ad6 /src/config.json | |
parent | Removed Import/Export Sync for Chromium https://github.com/libredirect/browse... (diff) | |
parent | Minor tweak (diff) | |
download | libredirect-5d75cb387430fecd7bd305a1e874ac9dd47cfe77.zip |
Merge branch 'NoPlagiarism-gothub_gist'
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json index 3711bf43..47be55be 100644 --- a/src/config.json +++ b/src/config.json @@ -703,7 +703,8 @@ } }, "targets": [ - "^https?:\\/{2}github\\.com\\/" + "^https?:\\/{2}github\\.com\\/", + "^https?:\\/{2}gist\\.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { @@ -881,4 +882,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} |