about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorNoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com>2023-07-15 18:49:17 +0500
committerNoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com>2023-07-16 23:49:27 +0500
commitb1eec4f2755d3396f1d9181d33d5739563005d43 (patch)
tree9f3e53d6713ed4b24cd37c127a9b96eab31b361d /src/config.json
parentAdded WTF IS MY IP! https://github.com/libredirect/browser_extension/issues/746 (diff)
downloadlibredirect-b1eec4f2755d3396f1d9181d33d5739563005d43.zip
[GotHub] Add GitHub gists support
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.json b/src/config.json
index 36d8b86f..6e97b26e 100644
--- a/src/config.json
+++ b/src/config.json
@@ -708,7 +708,8 @@
 				}
 			},
 			"targets": [
-				"^https?:\\/{2}github\\.com\\/"
+				"^https?:\\/{2}github\\.com\\/",
+				"^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?"
 			],
 			"name": "GitHub",
 			"options": {
@@ -886,4 +887,4 @@
 			"url": "https://www.wolframalpha.com"
 		}
 	}
-}
\ No newline at end of file
+}