diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-12-08 22:49:02 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-12-08 22:49:02 +0300 |
commit | 51ffdebd1250323d3c06058af14f3812dd188cdf (patch) | |
tree | 8095572691f0d4389091e9ae1ccf02c233d0e210 /src | |
parent | Fixed Tubo SoundCloud not redirecting https://codeberg.org/LibRedirect/browse... (diff) | |
download | libredirect-51ffdebd1250323d3c06058af14f3812dd188cdf.zip |
Added superuser.com to AnonymousOverflow https://github.com/libredirect/browser_extension/issues/868
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 3 |
1 files changed, 2 insertions, 1 deletions
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": { |