mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-23 05:50:26 +01:00
Merge pull request #323 from opalvault/add-old-reddit
Removes old.reddit.com/i.reddit.com/dead links. Adds old.reddit.com to redirection targets.
This commit is contained in:
commit
6503cb3b0c
@ -5,6 +5,7 @@ const targets = [
|
|||||||
"amp.reddit.com",
|
"amp.reddit.com",
|
||||||
"i.redd.it",
|
"i.redd.it",
|
||||||
"redd.it",
|
"redd.it",
|
||||||
|
"old.reddit.com",
|
||||||
];
|
];
|
||||||
const redirects = [
|
const redirects = [
|
||||||
// libreddit: privacy w/ modern UI
|
// libreddit: privacy w/ modern UI
|
||||||
@ -16,14 +17,11 @@ const redirects = [
|
|||||||
"https://libreddit.silkky.cloud",
|
"https://libreddit.silkky.cloud",
|
||||||
"https://libreddit.himiko.cloud",
|
"https://libreddit.himiko.cloud",
|
||||||
"https://reddit.artemislena.eu",
|
"https://reddit.artemislena.eu",
|
||||||
"https://reddit.git-bruh.duckdns.org",
|
|
||||||
// teddit: privacy w/ old UI
|
// teddit: privacy w/ old UI
|
||||||
"https://teddit.net",
|
"https://teddit.net",
|
||||||
"https://teddit.ggc-project.de",
|
"https://teddit.ggc-project.de",
|
||||||
"https://teddit.kavin.rocks",
|
"https://teddit.kavin.rocks",
|
||||||
"https://old.reddit.com", // desktop
|
"https://snew.notabug.io",
|
||||||
"https://i.reddit.com", // mobile
|
|
||||||
"https://snew.notabug.io", // anti-censorship
|
|
||||||
];
|
];
|
||||||
const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
const bypassPaths = /\/(gallery\/poll\/rpan\/settings\/topics)/;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user