From 715fc112d6861c74c4049fe8e641c8694400065b Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 23 Mar 2024 07:22:51 +0300 Subject: [PATCH] Removed askubuntu and superuser from AnonymousOverflow https://github.com/libredirect/browser_extension/issues/910 --- src/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/config.json b/src/config.json index b70cb07..5942496 100644 --- a/src/config.json +++ b/src/config.json @@ -664,8 +664,7 @@ }, "targets": [ "^https?:\\/{2}(www\\.)?stackoverflow\\.com\\/", - "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/", - "^https?:\\/{2}(www\\.)?(superuser|askubuntu)\\.com\\/" + "^https?:\\/{2}([a-zA-Z0-9-]+\\.)?stackexchange\\.com\\/" ], "name": "Stack Overflow", "options": {