mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:34:41 -05:00
add headers :3
This commit is contained in:
parent
667fa80d01
commit
3b6549853e
1 changed files with 3 additions and 0 deletions
|
@ -124,6 +124,9 @@ this is our config file,you can change stuff here
|
||||||
});
|
});
|
||||||
|
|
||||||
app.use(function (req, res, next) {
|
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)\/.+/)) {
|
if (req.url.match(/^\/(css|js|img|font)\/.+/)) {
|
||||||
res.setHeader(
|
res.setHeader(
|
||||||
"Cache-Control",
|
"Cache-Control",
|
||||||
|
|
Loading…
Reference in a new issue