Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update whitelist.html #165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions web/templates/whitelist.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ <h1>Whitelist</h1>
<div class="description">
<p>
Please use this form to request whitelisting a message on
<em>public.pyzor.org</em>. Please note that these message are not automatically
<em>www.pyzor.org</em>. Please note that these message are not automatically
Copy link

@bitsikas bitsikas Sep 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is meant to explain the endpoint for which this page will perform the whitelist

Suggested change
<em>www.pyzor.org</em>. Please note that these message are not automatically
<em>public.pyzor.org</em>. Please note that these message are not automatically

updated, and they are first verified manually. For more information
about pyzor visit <a href="http://pyzor.org">pyzor.org</a>.
about pyzor visit <a href="https://www.pyzor.org">www.pyzor.org</a>.
</p>
<p>
In order to submit the request you will need to upload the original
message and enter the pyzor digest of the message. See
<a href="http://www.pyzor.org/en/latest/client.html#digest" target="_blank"> documentation </a>
<a href="https://www.pyzor.org/en/latest/client.html#digest" target="_blank"> documentation </a>
for more details.
</p>
</div>
Expand Down