Workaround terrible user agent sniffing from embed bug workaround services
This commit is contained in:
parent
c0deb887c2
commit
ecabb72e8e
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@
|
||||||
"fe80::/64"
|
"fe80::/64"
|
||||||
"fc00::/7"
|
"fc00::/7"
|
||||||
];
|
];
|
||||||
userAgent = "TelegramBot (like TwitterBot)"; # to make it work with fxtwitter/vxtwitter
|
# user agent header was a mistake
|
||||||
|
userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0, matrix-media-repo (like twitterbot; like telegrambot; like discordbot; like facebook; like whatsapp; like firefox/92; like vkshare) +https://github.com/DarkKirb/nixos-config/pull/264";
|
||||||
};
|
};
|
||||||
downloads = {
|
downloads = {
|
||||||
expireAfterDays = 7;
|
expireAfterDays = 7;
|
||||||
|
|
Loading…
Reference in a new issue