Updated default request limit config. Added type expect to Kink images to fix broken photos due malformed content type header.

This commit is contained in:
DebaucheryLibrarian
2024-10-24 03:18:27 +02:00
parent 87adc0472e
commit 01a8a24db6
4 changed files with 42 additions and 15 deletions

8
package-lock.json generated
View File

@@ -89,7 +89,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.13.2",
"unprint": "^0.13.3",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -18312,9 +18312,9 @@
}
},
"node_modules/unprint": {
"version": "0.13.2",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.13.2.tgz",
"integrity": "sha512-AgSbo20TB8fWJUllEf8hwv0vlWzg/L4iKoy5Slh8as6+uR2ytJPODpCxxzgkli9vQwOyNJf1+CFgO5DZHLAjrw==",
"version": "0.13.3",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.13.3.tgz",
"integrity": "sha512-HRpW+OdKmtW+cLnvLqYNVL2voH3aGvene8fxzAQzw2O0zPQrgv2iz5YivfQpxNyKsF+2jeUUma2ttWH8IttkHg==",
"dependencies": {
"axios": "^0.27.2",
"bottleneck": "^2.19.5",