From 638d6d896ab7fa2e9ea1e61382e0fcdd81242e9d Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Nov 2021 15:25:01 +0900 Subject: [PATCH 1/2] Update newsyslog-mempool-nginx.conf for all nginx log paths --- production/newsyslog-mempool-nginx.conf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/production/newsyslog-mempool-nginx.conf b/production/newsyslog-mempool-nginx.conf index 8562b0db6..beefcaa2a 100644 --- a/production/newsyslog-mempool-nginx.conf +++ b/production/newsyslog-mempool-nginx.conf @@ -1,6 +1,8 @@ -/var/log/nginx/access.log 644 90 * @T00 C /var/run/nginx.pid 30 -/var/log/nginx/error.log 644 90 * @T00 C /var/run/nginx.pid 30 -/var/log/nginx/bisq-access.log 644 90 * @T00 C /var/run/nginx.pid 30 -/var/log/nginx/bisq-error.log 644 90 * @T00 C /var/run/nginx.pid 30 -/var/log/nginx/liquid-access.log 644 90 * @T00 C /var/run/nginx.pid 30 -/var/log/nginx/liquid-error.log 644 90 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/access.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/error.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/bisq-access.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/bisq-error.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/liquid-access.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/liquid-error.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/mempool-access.log 644 10 * @T00 C /var/run/nginx.pid 30 +/var/log/nginx/mempool-error.log 644 10 * @T00 C /var/run/nginx.pid 30 From 36777a8c5b22f2963e9a68f66e384bc4971c0384 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 18 Nov 2021 16:09:40 +0900 Subject: [PATCH 2/2] Clarify webserver logging and analytics in our Privacy Policy --- .../privacy-policy.component.html | 51 ++++++++++++------- 1 file changed, 32 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/components/privacy-policy/privacy-policy.component.html b/frontend/src/app/components/privacy-policy/privacy-policy.component.html index 1184fb00b..de2ec69ba 100644 --- a/frontend/src/app/components/privacy-policy/privacy-policy.component.html +++ b/frontend/src/app/components/privacy-policy/privacy-policy.component.html @@ -5,40 +5,53 @@

Privacy Policy

-
Updated: August 2, 2021
+
Updated: November 18, 2021


+

The mempool.space website, the liquid.network website, the bisq.markets website, their associated API services, and related network and server infrastructure (collectively, the "Website") are operated by Mempool Space K.K. in Japan ("Mempool", "We", or "Us") and self-hosted from AS142052.

+ +

This website and its API service (collectively, the "Website") are operated by a member of the Bitcoin community ("We" or "Us"). Mempool Space K.K. in Japan ("Mempool") has no affiliation with the operator of this Website, and does not sponsor or endorse the information provided herein.

+ +
By accessing this Website, you agree to the following Privacy Policy:
+ +
+

TRUSTED THIRD PARTIES ARE SECURITY HOLES

-
    -
  • We do not use any third-party analytics, trackers, or cookies.
  • -
  • We do not share any private user data with third-parties.
  • -
+

Out of respect for the Bitcoin community, this website does not use any third-party analytics, third-party trackers, or third-party cookies, and we do not share any private user data with third-parties. Additionally, to mitigate the risk of surveillance by malicious third-parties, we self-host this website on our own hardware and network infrastructure, so there are no "hosting companies" or "cloud providers" involved with the operation of this website.

+ +

TRUSTED FIRST PARTIES ARE ALSO SECURITY HOLES

-
    -
  • Your IP address may be collected in our webserver logs used for sysadmin purposes.
  • -
  • Your IP address may be collected in our self-hosted statistics matomo app.
  • -
- -

DON'T TRUST US, PROTECT YOUR PRIVACY

+

Out of respect for the Bitcoin community, this website does not use any first-party cookies, except to store your preferred language setting (if any). However, we do use minimal first-party analytics and logging as needed for the operation of this website, as follows:

    -
  • Use a Tor Browser or a privacy VPN service to hide your IP address from us.
  • -
  • Use a self-hosted instance of The Mempool Open Source Project™ on your own hardware.
  • + +
  • We use basic webserver logging (nginx) for sysadmin purposes, which collects your IP address along with the requests you make. These logs are deleted after 10 days, and we do not share this data with any third-party. To conceal your IP address from our webserver logs, we recommend that you use Tor Browser with our Tor v3 hidden service onion hostname.
  • + +
    + +
  • We use a self-hosted statistics application (matomo) for analytics purposes, which collects your IP address along with the requests you make. Our matomo instance is configured to respect your privacy by redacting your IP address and other methods, and we do not share this data with any third-party. To conceal your activity from our analytics, we recommend that you use a privacy protecting browser extension that blocks matomo from being loaded.
  • +
-

IF YOU DONATE TO MEMPOOL.SPACE

+
-
    -
  • Your payment information, together with your Twitter identity (if provided) will be collected.
  • -
  • We display sponsor profiles publicly on mempool.space/about.
  • -
  • Thank you :)
  • -
+

TRUST YOUR OWN SELF-HOSTED MEMPOOL EXPLORER

+ +

For maximum privacy, we recommend that you use your own self-hosted instance of The Mempool Open Source Project™ on your own hardware. You can easily install your own self-hosted instance of this website on a Raspberry Pi using a one-click installation method maintained by various Bitcoin fullnode distributions such as Umbrel, RaspiBlitz, MyNode, and RoninDojo. See our project's GitHub page for more details about self-hosting this website.

+ +
+ +

DONATING TO MEMPOOL.SPACE

+ +

If you donate to mempool.space, your payment information and your Twitter identity (if provided) will be collected in a database, which may be used to publicly display the sponsor profiles on mempool.space/about. Thank you for supporting The Mempool Open Source Project.

+ +

EOF