drop legacy paste format support

remove support for ZeroBin & v1 pastes and base64 & rawinflate libraries
This commit is contained in:
El RIDO 2025-07-05 11:06:30 +02:00
parent 03e0c81fbf
commit 6d5323e351
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
14 changed files with 18 additions and 1272 deletions

View file

@ -10,7 +10,6 @@ global.WebCrypto = require('@peculiar/webcrypto').Crypto;
// application libraries to test
global.$ = global.jQuery = require('./jquery-3.7.1');
global.RawDeflate = require('./rawinflate-0.3').RawDeflate;
global.zlib = require('./zlib-1.3.1-1').zlib;
require('./prettify');
global.prettyPrint = window.PR.prettyPrint;