Skip to content

Commit

Permalink
Link to GitHub privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Feb 21, 2024
1 parent d057312 commit 1042a2d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www-zola/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3><a href="decode/">Decode a PSSH box</a></h3>
<article>
<h3><a href="generate/">Generate a Widevine PSSH</a></h3>

<p>This tool generates a Widevine PSSH box and encodes it in Base 64 format.
<p>Given a Key ID, this tool generates a Widevine PSSH box and displays it in Base 64 format.
</article>

<article>
Expand All @@ -26,7 +26,9 @@ <h3><a href="fetch-init/">Fetch an initialization segment</a></h3>
</div>

<p>These tools are all implemented in WebAssembly and run directly in your browser. There is no
server backend; the tools will run offline if you've loaded the page. All the content is hosted on
<a href="https://pages.github.com/">GitHub pages</a>.
server backend; the tools will run offline if you've loaded the page. All the content is kindly hosted by
<a href="https://pages.github.com/">GitHub pages</a> (please note their
<a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement">privacy
policy</a>).

{% endblock content %}

0 comments on commit 1042a2d

Please sign in to comment.