mirror of https://github.com/r4sas/PBinCLI
Browse Source
New: * Added validation of PrivateBin instance URL - #18 (it must contain trailing slash because POST is used) * URL shortener support with various supported services - #19 * Shortener configuration, certificate validation and insecure warning settings can be configured in config file or via env Changed: * Restructured some parts of code by splitting big code chunks in funtions (encrypt/decrypt) * Rework error messaging repeatable code (moved in utils) * Reduce code duplication (requests session configuring) Signed-off-by: r4sas <r4sas@i2pmail.org>dependabot/add-v2-config-file 0.3.0
R4SAS
5 years ago
3 changed files with 14 additions and 2 deletions
@ -1,2 +1,3 @@ |
|||||||
.gitattributes export-ignore |
.gitattributes export-ignore |
||||||
.gitignore export-ignore |
.gitignore export-ignore |
||||||
|
README.md export-ignore |
||||||
|
Loading…
Reference in new issue