renge/invidious: Disable popular page

nazuna
Simon Bruder 2023-02-24 10:07:58 +01:00
parent cc4460f98b
commit 7199515e8c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@
locations = {
"/robots.txt".return = "200 'User-agent: *\\nDisallow: /'";
"/privacy".return = "301 'https://sbruder.xyz/#privacy'";
"/feed/popular".return = "403"; # leaks data about its users
};
};
}