Skip to content

Commit

Permalink
Update jsstp
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Nov 2, 2023
1 parent 3431a35 commit 87c3c00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manual/ghost_status.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ String.prototype.hashCode = function () {

//页面加载完成后,检查ghost可用性
document.addEventListener('DOMContentLoaded', () =>
import("https://cdn.jsdelivr.net/gh/ukatech/jsstp-lib@v3.0.0.0/dist/jsstp.mjs")
import("https://cdn.jsdelivr.net/gh/ukatech/jsstp-lib@v3.0.0.1/dist/jsstp.mjs")
.then(m => (jsstp = m.jsstp).if_available(init_content).then(reload_button)).catch(e => e)
);
function get_ghost_status_class_name(method_name) {
Expand Down
6 changes: 4 additions & 2 deletions manual/spec_sstp.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,11 @@ <h1>SSTP over HTTP</h1>
<br />レスポンスもそのまま、HTTP/1.1 200 OKのContent-Type: text/plainで返ってきます。
<br />SSTPがエラーでもHTTPは200 OKな点に注意してください。
<br />なお、Content-Lengthヘッダは必須で、無ければエラーになります。</p>

<p><a href="http://localhost:9801/api/sstp/v1">お試し</a></p>


<p><a href="https://github.com/ukatech/jsstp-lib/blob/master/docs/README_JP.md" target="_blank">既存のjsライブラリ</a>は、jsでSSTP over HTTPを行うために使用できます。</p>

<p>注意:Originヘッダがlocalhostを指していない場合は、強制的にリモートアドレスからのSSTPリクエストとして扱われ、SakuraScriptタグや実行できるSSTPメソッドに強い制約がかかり、かつSecurityLevelヘッダも無視されます。
<br />この制約は、HTTPのOriginがlocalhost、かつSSTPのSecurityLevelがlocalの場合のみ緩和されます。</p>
</section>
Expand Down

0 comments on commit 87c3c00

Please sign in to comment.