Skip to content

Commit

Permalink
commit components.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iwind committed Jun 18, 2023
1 parent e6cae84 commit 0ff8aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/public/js/components.js
Original file line number Diff line number Diff line change
Expand Up @@ -2570,13 +2570,13 @@ Vue.component("traffic-map-box",{props:["v-stats","v-is-attack"],mounted:functio
<more-options-tbody @change="changeAdvancedVisible" v-show="isOn()"></more-options-tbody>
<tbody v-show="isOn() && advancedVisible">
<tr>
<td class="color-border">是否传递请求来源域</td>
<td class="color-border">传递请求来源域</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="websocketConfig.requestSameOrigin"/>
<label></label>
</div>
<p class="comment">选中表示把接收到的请求中的<span class="ui label tiny">Origin</span>字段传递到源站。</p>
<p class="comment">选中后,表示把接收到的请求中的<code-label>Origin</code-label>字段传递到源站。</p>
</td>
</tr>
</tbody>
Expand Down
4 changes: 2 additions & 2 deletions web/public/js/components.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -7416,13 +7416,13 @@ Vue.component("http-websocket-box", {
<more-options-tbody @change="changeAdvancedVisible" v-show="isOn()"></more-options-tbody>
<tbody v-show="isOn() && advancedVisible">
<tr>
<td class="color-border">是否传递请求来源域</td>
<td class="color-border">传递请求来源域</td>
<td>
<div class="ui checkbox">
<input type="checkbox" v-model="websocketConfig.requestSameOrigin"/>
<label></label>
</div>
<p class="comment">选中表示把接收到的请求中的<span class="ui label tiny">Origin</span>字段传递到源站。</p>
<p class="comment">选中后,表示把接收到的请求中的<code-label>Origin</code-label>字段传递到源站。</p>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit 0ff8aec

Please sign in to comment.