aboutsummaryrefslogtreecommitdiff
path: root/plugins/libre_redirect
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-06-25 23:22:15 +0100
committerNunoSempere <nuno.sempere@protonmail.com>2023-06-25 23:22:15 +0100
commit16d43ac60123eed6933437bb65905010ccf42044 (patch)
treea1125a539a676c98ff8f0990010a03b7f211c15a /plugins/libre_redirect
parent4784a0ad26df383d92a4fd23ed6f2360cb0a1214 (diff)
fix libreredirect, use true user agent.
Diffstat (limited to 'plugins/libre_redirect')
-rw-r--r--plugins/libre_redirect/libre_redirect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/libre_redirect/libre_redirect.c b/plugins/libre_redirect/libre_redirect.c
index 8bafded..4e1021b 100644
--- a/plugins/libre_redirect/libre_redirect.c
+++ b/plugins/libre_redirect/libre_redirect.c
@@ -32,7 +32,7 @@ int libre_redirect(const char* uri, char* output)
char* annoying_sites[] = {
"https://www.reddit.com",
"https://www.youtube.com",
- "https://google.com"
+ "https://google.com",
"https://medium.com",
"https://translate.google.com",
"https://www.bloomberg.com",
@@ -43,7 +43,7 @@ int libre_redirect(const char* uri, char* output)
char* alternatives[] = {
"https://teddit.nunosempere.com",
"https://yt.artemislena.eu",
- "https://search.nunosempere.com"
+ "https://search.nunosempere.com",
"https://scribe.rip",
"https://translate.riverside.rocks/",
"https://archive.is/https://www.bloomberg.com",