PrivateBin
PrivateBin copied to clipboard
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.
The goal is to remove `unsafe-eval` from the CSP of PrivateBin. ## Reason it is included > The `unsafe-eval` is required in Chrome and Safari for WASM loading. If not...
There is anyway to make the comments on discussion pages to appear most recent first ? thanks in advanced
@rugk: It is possible to copy the URL automatically to clipboard using [HTML5](https://stackoverflow.com/questions/26336138/how-can-i-copy-to-clipboard-in-html5-without-using-flash) & [JavaScript](https://github.com/zenorocha/clipboard.js/). --- @elrido: Great! Didn't know that.
## Problem I just re-read a recent ZAP report and stumbled [about this CSP warning](https://github.com/PrivateBin/docker-nginx-fpm-alpine/issues/69): > The following directives either allow wildcard sources (or ancestors), are not defined, or are...
## Description Before sending the actual cross origin requests, browsers seem to require successful response to an OPTIONS method preflight request. [[ref:cors-preflight]] Currently _privatebin.net_ et al. respond to OPTIONS request...
Hello, Is there any plan to support Azure Blob Storage as a storage solution instead of using the filesystem ? https://github.com/Azure/azure-sdk-for-php#blob-storage This would be much easier to manage than having...
Hi, It'd be nice if PriveteBin could store pastes in a Openstack container using swift API.
Hey ;) I worked again on the highlight lines feature and improved it a bit. You can test it on https://paste.plugily.xyz/ again as it's live there. Singe line example: https://paste.plugily.xyz/?0dd95e5fbe38c624#JAYsgDoJuryJY7N9EQGjScqASXhPaneJ8u1zmSpcTH9P&s=66...
As per title the google code-prettify library that is used by this project has been archived and is no longer maintained. (see https://github.com/googlearchive/code-prettify). I briefly looked at what other projects...
## Brief background I typically use PrivateBin to share logs, config files or snippets of codes, and other than the log file, having a diff format in which I can...