Merge pull request #2695 from RockyTV/rockytv
Add X-Purpose header to link prefetcher
This commit is contained in:
commit
40d2fdf5bc
@ -301,6 +301,7 @@ function getRequestHeaders(headers) {
|
|||||||
const formattedHeaders = {
|
const formattedHeaders = {
|
||||||
"User-Agent": "Mozilla/5.0 (compatible; The Lounge IRC Client; +https://github.com/thelounge/thelounge)",
|
"User-Agent": "Mozilla/5.0 (compatible; The Lounge IRC Client; +https://github.com/thelounge/thelounge)",
|
||||||
"Accept": headers.accept || "*/*",
|
"Accept": headers.accept || "*/*",
|
||||||
|
"X-Purpose": "preview",
|
||||||
};
|
};
|
||||||
|
|
||||||
if (headers.language) {
|
if (headers.language) {
|
||||||
|
Loading…
Reference in New Issue
Block a user