renge/invidious: Disable popular page
This commit is contained in:
parent
cc4460f98b
commit
7199515e8c
|
@ -48,6 +48,7 @@
|
||||||
locations = {
|
locations = {
|
||||||
"/robots.txt".return = "200 'User-agent: *\\nDisallow: /'";
|
"/robots.txt".return = "200 'User-agent: *\\nDisallow: /'";
|
||||||
"/privacy".return = "301 'https://sbruder.xyz/#privacy'";
|
"/privacy".return = "301 'https://sbruder.xyz/#privacy'";
|
||||||
|
"/feed/popular".return = "403"; # leaks data about its users
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue