From 51ffdebd1250323d3c06058af14f3812dd188cdf Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 8 Dec 2023 22:49:02 +0300 Subject: Added superuser.com to AnonymousOverflow https://github.com/libredirect/browser_extension/issues/868 --- src/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.json b/src/config.json index f17ba8f5..52358170 100644 --- a/src/config.json +++ b/src/config.json @@ -710,7 +710,8 @@ }, "targets": [ "^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/", - "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/" + "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/", + "^https?:\\/{2}(www\\.)?superuser\\.com\\/" ], "name": "Stack Overflow", "options": { -- cgit 1.4.1