fix libreredirect, use true user agent.
This commit is contained in:
parent
4784a0ad26
commit
16d43ac601
|
@ -32,7 +32,7 @@ int libre_redirect(const char* uri, char* output)
|
||||||
char* annoying_sites[] = {
|
char* annoying_sites[] = {
|
||||||
"https://www.reddit.com",
|
"https://www.reddit.com",
|
||||||
"https://www.youtube.com",
|
"https://www.youtube.com",
|
||||||
"https://google.com"
|
"https://google.com",
|
||||||
"https://medium.com",
|
"https://medium.com",
|
||||||
"https://translate.google.com",
|
"https://translate.google.com",
|
||||||
"https://www.bloomberg.com",
|
"https://www.bloomberg.com",
|
||||||
|
@ -43,7 +43,7 @@ int libre_redirect(const char* uri, char* output)
|
||||||
char* alternatives[] = {
|
char* alternatives[] = {
|
||||||
"https://teddit.nunosempere.com",
|
"https://teddit.nunosempere.com",
|
||||||
"https://yt.artemislena.eu",
|
"https://yt.artemislena.eu",
|
||||||
"https://search.nunosempere.com"
|
"https://search.nunosempere.com",
|
||||||
"https://scribe.rip",
|
"https://scribe.rip",
|
||||||
"https://translate.riverside.rocks/",
|
"https://translate.riverside.rocks/",
|
||||||
"https://archive.is/https://www.bloomberg.com",
|
"https://archive.is/https://www.bloomberg.com",
|
||||||
|
|
2
rose.c
2
rose.c
|
@ -15,7 +15,7 @@
|
||||||
int LIBRE_REDIRECT_ENABLED = true;
|
int LIBRE_REDIRECT_ENABLED = true;
|
||||||
int READABILITY_ENABLED = true;
|
int READABILITY_ENABLED = true;
|
||||||
int CUSTOM_STYLE_ENABLED = true;
|
int CUSTOM_STYLE_ENABLED = true;
|
||||||
int CUSTOM_USER_AGENT = true;
|
int CUSTOM_USER_AGENT = false;
|
||||||
int NUM_TABS = 0;
|
int NUM_TABS = 0;
|
||||||
|
|
||||||
// to enable plugins,
|
// to enable plugins,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user