Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
5ca7537e24 1.248.54 2026-02-09 02:16:18 +01:00
DebaucheryLibrarian
35449ef906 Using unprint for profile test URL probing. 2026-02-09 02:16:16 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -272,7 +272,7 @@ async function validateUrl(url, mime = 'image/') {
return false;
}
const res = await fetch(href, {
const res = await unprint.get(href, {
headers: {
Referer: url.referer || new URL(href).origin,
},