diff options
author | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-15 03:24:47 +0100 |
---|---|---|
committer | NunoSempere <nuno.sempere@protonmail.com> | 2023-02-15 03:24:47 +0100 |
commit | 25dedb09e1321ae70fe0598d98a3a6e4d15d1215 (patch) | |
tree | 8894952d15feb6133bdd4c3828de2d817eb33c2e /plugins/libre_redirect | |
parent | a27b4357af07c0eef7a28afe6dc8e9274e9d7e17 (diff) |
tweaks: around bloomberg webpage
Diffstat (limited to 'plugins/libre_redirect')
-rw-r--r-- | plugins/libre_redirect/libre_redirect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c index 8650326..4beb400 100644 --- a/plugins/libre_redirect/libre_redirect.c +++ b/plugins/libre_redirect/libre_redirect.c @@ -40,7 +40,7 @@ int libre_redirect(const char* uri, char* output) "https://www.reddit.com", "https://medium.com", "https://translate.google.com", - "https://forum.effectivealtruism.org", + // "https://forum.effectivealtruism.org", "https://www.bloomberg.com", "https://twitter.com" }; @@ -50,7 +50,7 @@ int libre_redirect(const char* uri, char* output) "https://teddit.nunosempere.com", "https://scribe.rip", "https://simplytranslate.org/", - "https://ea.greaterwrong.com", + // "https://ea.greaterwrong.com", "https://archive.is/https://www.bloomberg.com", "https://nitter.net" }; |