Skip to content
Discussion options

You must be logged in to vote

For HTTPS to work, you need to enable use of TLS in your web server and provide it with a certificate - if this is a local setup, you can self-sign a certificate with your own CA and install the signing cert into your browser, so that access to your server is trusted.

On the main subject, PrivateBin uses feature detection to decide if it considers a browser as "modern". There are 3 main features necessary for a browser to pass the feature detection:

  1. It needs to support the Web Crypto API (for encrypting and decrypting documents in the browser) which in some browsers requires the use of HTTPS to get enabled.
  2. It needs to have support for WASM streaming (for the optional compression of the …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@elrido
Comment options

Answer selected by rugk
@rugk
Comment options

rugk Sep 30, 2025
Maintainer

@rugk
Comment options

rugk Sep 30, 2025
Maintainer

@elrido
Comment options

@rugk
Comment options

rugk Sep 30, 2025
Maintainer

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants