rosenrot-browser

A hackable browser based on Webkitgtk
Log | Files | Refs | README

commit 16d43ac60123eed6933437bb65905010ccf42044
parent 4784a0ad26df383d92a4fd23ed6f2360cb0a1214
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun, 25 Jun 2023 23:22:15 +0100

fix libreredirect, use true user agent.

Diffstat:
Mplugins/libre_redirect/libre_redirect.c | 4++--
Mrose | 0
Mrose.c | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 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", diff --git a/rose b/rose Binary files differ. diff --git a/rose.c b/rose.c @@ -15,7 +15,7 @@ int LIBRE_REDIRECT_ENABLED = true; int READABILITY_ENABLED = true; int CUSTOM_STYLE_ENABLED = true; -int CUSTOM_USER_AGENT = true; +int CUSTOM_USER_AGENT = false; int NUM_TABS = 0; // to enable plugins,