Paste.gnoppix.org updated

https://paste.gnoppix.org is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES

Changes:

  • ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c
  • CHANGED: Allow toggling tab-key-support using [Ctrl]+[m] or [Esc] in textarea for keyboard navigation
  • CHANGED: Switched to WASM streaming and replace unsafe-eval with wasm-unsafe-eval CSP declaration, requires webserver to have application/wasm MIME type configured.
  • CHANGED: Replaced usage of strpos with str_starts_with & str_contains
  • CHANGED: Added polyfill libraries for ctype, str_starts_with & str_contains functions
  • CHANGED: Turned paste delete link into a button
  • CHANGED: Upgrading libraries to: DOMpurify 3.2.4, cloud-storage 1.45.0, aws-sdk-php 3.336.2
  • CHANGED: bootstrap5 template UI improvements
  • FIXED: Redirect to the home page after changing the language