mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
feat: make the email button optional. Issue #1031
::by sergio giraldo @ 20230909T2226CEST, gpg signed
This commit is contained in:
parent
c3baeab5aa
commit
c665385ff6
5 changed files with 26 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
;<?php http_response_code(403); /*
|
||||
;<?php http_response_code(403);
|
||||
/*
|
||||
; config file for PrivateBin
|
||||
;
|
||||
; An explanation of each setting can be find online at https://github.com/PrivateBin/PrivateBin/wiki/Configuration.
|
||||
|
|
@ -65,6 +66,10 @@ languageselection = false
|
|||
; It works both when a new paste is created and when you view a paste.
|
||||
; qrcode = true
|
||||
|
||||
; (optional) Let users send an email sharing the paste URL with one click.
|
||||
; It works both when a new paste is created and when you view a paste.
|
||||
; email = true
|
||||
|
||||
; (optional) IP based icons are a weak mechanism to detect if a comment was from
|
||||
; a different user when the same username was used in a comment. It might get
|
||||
; used to get the IP of a comment poster if the server salt is leaked and a
|
||||
|
|
@ -258,4 +263,5 @@ dir = PATH "data"
|
|||
; (optional) the "signature" (access key) issued by YOURLS for the using account
|
||||
; signature = ""
|
||||
; (optional) the URL of the YOURLS API, called to shorten a PrivateBin URL
|
||||
; apiurl = "https://yourls.example.com/yourls-api.php"
|
||||
; apiurl = "https://yourls.example.com/yourls-api.php"
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue