diff --git a/assets/static/privacy.html b/assets/static/privacy.html new file mode 100644 index 0000000..eada45b --- /dev/null +++ b/assets/static/privacy.html @@ -0,0 +1,189 @@ + + + + + + + +Privacy Policy + + + + + +
+ +
+
+
+
+

+ Privacy Policy +

+ +
+

Your privacy is important to us. It is Zcash Block Explorer's policy to respect your privacy.

+ +

This policy is effective as of 8 August 2021 and was last updated on 8 August 2021.

+ +

Information We Collect

+

Information we collect includes both information you knowingly and actively provide us when using or participating in any of our services, and any information automatically sent by your devices in the course of accessing our services.

+ + +

Log Data

+

When you visit our website, our cloud provider may automatically log the standard data provided by your web browser. It may include your device’s Internet Protocol (IP) address, your browser type and version, the pages you visit, the time and date of your visit, the time spent on each page, other details about your visit, and technical details that occur in conjunction with any errors you may encounter.

+

Please be aware that while this information may not be personally identifying by itself, it may be possible to combine it with other data to personally identify individual persons.

+ + +

Children’s Privacy

+

We do not aim any of our products or services directly at children under the age of 13, and we do not knowingly collect personal information about children under 13.

+

If you believe that we have breached a relevant data protection law and wish to make a complaint, please contact us using the details below and provide us with full details of the alleged breach. We will promptly investigate your complaint and respond to you, in writing, setting out the outcome of our investigation and the steps we will take to deal with your complaint. You also have the right to contact a regulatory body or data protection authority in relation to your complaint.

+ + +

Use of Cookies

+

We use only necessary “cookies” to enable the service across our site. A cookie is a small piece of data that our website stores on your computer, and accesses each time you visit. This helps us serve you blockchain data based on preferences you have specified.

+ +

Limits of Our Policy

+ +

Our website may link to external sites that are not operated by us. Please be aware that we have no control over the content and policies of those sites, and cannot accept responsibility or liability for their respective privacy practices.

+ +

Changes to This Policy

+

At our discretion, we may change our privacy policy to reflect updates to our processes, current acceptable practices, or legislative or regulatory changes. If we decide to change this privacy policy, we will post the changes here at the same link by which you are accessing this privacy policy.

+ +

Contact Us

+

For any questions or concerns regarding your privacy, you may contact us via Twitter:

+

Zcash Block Explorer
+https://www.twitter.com/ZcashExplorer

+ +
+
+
+ + + + + \ No newline at end of file diff --git a/lib/zcash_explorer_web/endpoint.ex b/lib/zcash_explorer_web/endpoint.ex index 8d529e7..e00ac46 100644 --- a/lib/zcash_explorer_web/endpoint.ex +++ b/lib/zcash_explorer_web/endpoint.ex @@ -24,7 +24,7 @@ defmodule ZcashExplorerWeb.Endpoint do at: "/", from: :zcash_explorer, gzip: true, - only: ~w(css fonts images js favicon.ico robots.txt) + only: ~w(css fonts images js favicon.ico robots.txt privacy.html) # Code reloading can be explicitly enabled under the # :code_reloader configuration of your endpoint.