Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
4e68a69e02 1.248.68 2026-02-22 03:36:23 +01:00
DebaucheryLibrarian
570be66a91 Added octet stream type expectation to Bang profile avatar. 2026-02-22 03:36:19 +01:00
3 changed files with 9 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.248.67",
"version": "1.248.68",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.248.67",
"version": "1.248.68",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.248.67",
"version": "1.248.68",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

View File

@@ -41,7 +41,12 @@ function getAvatarFallback(url) {
return [
`${origin}${pathname}`,
url,
];
].map((src) => ({
src,
expectType: {
'application/octet-stream': 'image/jpeg',
},
}));
} catch (_error) {
return null;
}