Skip to content
Snippets Groups Projects
privacy.html 5.76 KiB
Newer Older
akwizgran's avatar
akwizgran committed
<!DOCTYPE html>
<html>
<head>
  <link rel="stylesheet" type="text/css" href="css/styles.css" />
  <title>Briar</title>
  <meta name="description" content="Secure messaging, anywhere"/>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="flattr:id" content="4pq200">
akwizgran's avatar
akwizgran committed
</head>
<body id="privacy">

  <div id="wrapper">
    <div id="header_container">
      <div id="header">
        <a href="index.html"><div id="logo"><img src="img/briar_logo_large.png" alt="Briar" class="logo"/></div></a>
        <div id="nav">
          <div id="signup">
              <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="img/twitter.png"/></a>
            <form id="signupform" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm()">
akwizgran's avatar
akwizgran committed
              <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
              <button name="submit" type="submit" id="signup-submit">Keep me updated</button>
akwizgran's avatar
akwizgran committed
            </form>
            <div id="signupconf">Thanks! We'll keep you updated.</div>
            <script language="JavaScript">
            <!--
akwizgran's avatar
akwizgran committed
                document.getElementById('signupform').style.display = 'none';
                document.getElementById('signupconf').style.display = 'block';
akwizgran's avatar
akwizgran committed
            }
            //-->
            </script>
          </div> <!-- signup -->
          <label for="menu-toggle"><img src="img/menu.png"></label>
          <input type="checkbox" id="menu-toggle"/>
          <ul id="menu">
            <li><a href="index.html" id="indexnav">Home</a></li>
            <li><a href="download.html" id="downloadnav">Download</a></li>
            <li><a href="how-it-works.html" id="hownav">How&nbsp;it&nbsp;Works</a></li>
            <li><a href="about.html" id="aboutnav">About&nbsp;Us</a></li>
            <li><a href="get-involved.html" id="involvednav">Get&nbsp;Involved</a></li>
          </ul>
        </div> <!-- nav -->
      </div> <!-- header -->
    </div> <!-- header_container -->

    <div id="container">
      <div id="content">
        <div class="full">
          <h2>Privacy Policy</h2>
akwizgran's avatar
akwizgran committed

          <p>We do not have access to the content or metadata of your communications via the Briar app. We will not modify the Briar app to enable us or anyone else to access that content or metadata.</p>
akwizgran's avatar
akwizgran committed

          <p>
            We do not collect any information about how Briar is used or who uses it, with the following exceptions:
            <ul>
              <li>Visits to this website are logged to help us operate the website. The logs are deleted automatically after seven days.</li>
akwizgran's avatar
akwizgran committed
              <li>If you choose to send feedback via the "Send feedback" button in the Briar app, we will store your feedback. If you choose to include your email address and/or information about your device, those will also be stored.</li>
              <li>If Briar crashes and you choose to send a crash report, we will store the crash report. If you choose to include an email address and/or information about your device, those will also be stored.</li>
            </ul>
          </p>

          <p>Feedback and crash reports are encrypted before being sent to us. We store and process them securely.</p>

          <p>By including your email address, you give us permission to contact you regarding your feedback or crash report. We will not share your email address with anyone else, or contact you for any other purpose. Any information you send will only be used for the purpose of improving the Briar app.</p>
akwizgran's avatar
akwizgran committed

          <p>Anonymised information from feedback and crash reports may be quoted on our <a href="https://code.briarproject.org/">development website</a>, which is accessible to the public.</p>

          <p>The Briar mailing lists are managed by SourceForge. <a href="https://slashdotmedia.com/privacy-statement/">Their privacy policy</a> applies to the mailing lists. The list archives are public.</p>

akwizgran's avatar
akwizgran committed
          <p>If you have any questions about our privacy policy, please email <a href="mailto:contact@briarproject.org">contact@briarproject.org</a> [<a href="keys/contact.asc">PGP key</a>].</p>

        </div> <!-- full -->
      </div> <!-- content -->
    </div> <!-- container -->
  </div> <!-- wrapper -->

  <div class="clearboth"></div>

  <div id="footer_container">
    <div id="footer">
      <div id="signup2">
          <a href="https://twitter.com/BriarApp" rel="noopener noreferrer" target="_blank"><img class="twitterbutton" src="img/twitter.png"/></a>
        <form id="signupform2" action="https://sourceforge.net/projects/briar/lists/briar-announce" rel="noopener noreferrer" target="_blank" method="get" onSubmit="submitForm2()">
          <input placeholder="Email address" type="email" name="email" tabindex="2"></input>
          <button name="submit" type="submit" id="signup-submit2">Keep me updated</button>
akwizgran's avatar
akwizgran committed
        </form>
        <div id="signupconf2">Thanks! We'll keep you updated.</div>
        <script language="JavaScript">
        <!--
akwizgran's avatar
akwizgran committed
            document.getElementById('signupform2').style.display = 'none';
            document.getElementById('signupconf2').style.display = 'block';
akwizgran's avatar
akwizgran committed
        }
        //-->
        </script>
      </div> <!-- signup2 -->
      <ul>
        <li><a href="copyright.html">Copyright</a></li>
        <li><a href="privacy.html">Privacy</a></li>
akwizgran's avatar
akwizgran committed
        <li>Site design by Reflective Spaces</li>
      </ul>
    </div> <!-- footer -->
  </div> <!-- footer_container -->
</body>
</html>