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

- +

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

- - -

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:

-

IF YOU DONATE TO MEMPOOL.SPACE

+
- +

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

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