summaryrefslogtreecommitdiff
path: root/views/privacy.php
blob: 40ce3931e0c2b5d014d80ff88d99235b64511848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="narrow">
  <?= partial('partials/header') ?>

  <h2>Privacy Policy</h2>

  <p>Quill enables you to post text, bookmarks, likes, and other kinds of posts to your own wbesite</p>
 
  <p>Quill does not store your posts itself, but does cache the last response from your website and provides it to you for debugging purposes.</p>

  <p>If you connect Quill to your Twitter account, Quill can favorite tweets on your behalf when you favorite a Twitter URL. Quill will never post anything to your accounts without an explicit action on your part.</p>
 
</div>