renge/invidious: Disable popular page

This commit is contained in:
Simon Bruder 2023-02-24 10:07:58 +01:00
parent cc4460f98b
commit 7199515e8c
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

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
};
};
}