mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:34:39 -05:00
remove the header because it makes stuff bad
This commit is contained in:
parent
a28f8e2536
commit
22e804850b
1 changed files with 1 additions and 4 deletions
|
@ -275,10 +275,7 @@ const limiter = rateLimit({
|
||||||
"Hey-there",
|
"Hey-there",
|
||||||
"Do u wanna help poke? contributions are welcome :3 https://codeberg.org/Ashley/poke"
|
"Do u wanna help poke? contributions are welcome :3 https://codeberg.org/Ashley/poke"
|
||||||
);
|
);
|
||||||
res.header(
|
|
||||||
"splash",
|
|
||||||
random
|
|
||||||
);
|
|
||||||
res.header(
|
res.header(
|
||||||
"X-PokeTube-Youtube-Client-Version",
|
"X-PokeTube-Youtube-Client-Version",
|
||||||
innertube.innertube.CLIENT.clientVersion
|
innertube.innertube.CLIENT.clientVersion
|
||||||
|
|
Loading…
Reference in a new issue