Update index.html

This commit is contained in:
creeper123123321 2021-02-21 11:19:14 -03:00 committed by GitHub
parent 7f1421cd8f
commit 169125137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,16 +64,15 @@
</div>
<div id="settings" class="tab-pane fade" role="tabpanel" aria-labelledby="settings-tab">
<p>Mojang API calls in browser are called through a CORS Proxy. See
<a href="https://github.com/Rob--W/cors-anywhere">https://github.com/Rob--W/cors-anywhere</a>
for setting up one. Calling Mojang API from a remote IP address may block your account. It will receive
<p>See <a href="https://github.com/ViaVersion/VIAaaS#cors-proxy">VIAaaS README</a>
for setting up one. Calling Mojang APIs are called through this proxy, and a remote IP address may block your account. It will receive
sensitive data like email, passwords and tokens. HTTPS is required for non-localhost addresses.
</p>
<div class="mb-3">
<label for="cors-proxy" class="form-label">CORS Proxy URL Prefix</label>
<input type="url" class="form-control" id="cors-proxy" placeholder="http://localhost:8080/">
</div>
<p>VIAaaS instance websocket URL. It may exchange sensitive data like minecraft.id tokens, server hashes and usernames. Encrypted websocket is required.</p>
<p>VIAaaS instance websocket URL. It exchanges sensitive data like minecraft.id tokens, server hashes and usernames. WSS is required.</p>
<div class="mb-3">
<label for="ws-url" class="form-label">WebSocket URL</label>
<input type="url" class="form-control" id="ws-url" placeholder="wss://viaaas.example.com/ws">