Skip to content

Commit

Permalink
Merge pull request #438 from keymanapp/fix/437-https-only-docs
Browse files Browse the repository at this point in the history
fix: https only docs
  • Loading branch information
mcdurdin authored Mar 21, 2024
2 parents 22a1f9a + 8548934 commit 8884de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developer/keymanweb/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@

<h2 class='red underline'>Use the Keyman Cloud CDN</h2>

<p>The Keyman Cloud CDN is appropriate for smaller sites. While HTTP and HTTPS endpoints are available, HTTPS is always recommended.</p>
<p>The Keyman Cloud CDN is appropriate for smaller sites.</p>

<table class='basic-table'><tbody>
<tr><td>HTTPS endpoint:</td><td><input type='text' readonly size='60' value='<?= KeymanHosts::Instance()->s_keyman_com ?>/kmw/engine/<?=$build?>/keymanweb.js' onclick='this.select()'></td></tr>
<tr><td>Endpoint:</td><td><input type='text' readonly size='60' value='<?= KeymanHosts::Instance()->s_keyman_com ?>/kmw/engine/<?=$build?>/keymanweb.js' onclick='this.select()'></td></tr>
</tbody></table>

<br>
Expand Down

0 comments on commit 8884de1

Please sign in to comment.