1
Fork 0

add headers :3

This commit is contained in:
Ashley 2023-02-17 21:22:32 +00:00
parent 8bd65125c0
commit 7758a13e29

View file

@ -124,6 +124,9 @@ this is our config file,you can change stuff here
});
app.use(function (req, res, next) {
res.header("X-PokeTube-Youtube-Client-Name", "1");
res.header("X-PokeTube-Youtube-Client-Version", "2.20210721.00.00");
if (req.url.match(/^\/(css|js|img|font)\/.+/)) {
res.setHeader(
"Cache-Control",