The Wayback Machine - https://web.archive.org/web/20201117050918/https://github.com/topics/privacy
Skip to content
#

Privacy

Privacy is the option to limit the access others have to one's personal information. Privacy can be compromised through various economic, legal, social, and technical means. Accordingly, various projects aim to develop privacy-protecting applications, how-to guides, and policies. 🔏

Here are 2,108 public repositories matching this topic...

caddy
mc0239
mc0239 commented Sep 30, 2020

Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=

I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:

sub.example.com {
    reverse_proxy 127.0.0.1:8000 {
        header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
    }

    tls {
        client_auth {
            mode require
        }
    }
}

Liberating Web Analytics. Star us on Github? +1. Matomo is the leading open alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites, apps & the IoT and visualise this data and extract insights. Privacy is built-in. We love Pull Requests!
  • Updated Nov 17, 2020
  • PHP
PrestonN
PrestonN commented Nov 15, 2020

Is your feature request related to a usage problem (not a bug)? Please describe.
At this time, FreeTube will only prevent screen suspension when a video is full screen on certain machines. On some machines, FreeTube will not prevent suspension even if the video is full screen. It has been requested that this should be changed to prevent suspension when a video is playing, regardless of if t

You can’t perform that action at this time.