diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:54:11 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-23 21:54:11 +0300 |
commit | accaac9a0cf11af8016e27951a44fab93eaf9184 (patch) | |
tree | 76771e3d969afe86029d0ebbf2dd3a35df679ad6 | |
parent | Merge branch 'gothub_gist' of https://github.com/NoPlagiarism/browser_extensi... (diff) | |
download | libredirect-accaac9a0cf11af8016e27951a44fab93eaf9184.zip |
Minor tweak
-rw-r--r-- | src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json index 51d8c69d..47be55be 100644 --- a/src/config.json +++ b/src/config.json @@ -704,7 +704,7 @@ }, "targets": [ "^https?:\\/{2}github\\.com\\/", - "^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" + "^https?:\\/{2}gist\\.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { |