mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add CSP & CORS white list support
This commit is contained in:
parent
2d016e3fdb
commit
8bb1645e7c
10 changed files with 34 additions and 39 deletions
|
@ -208,10 +208,6 @@ TTS</p>
|
|||
play video fullscreen. if videourl is empty, then make following requestFullscreen() work.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:5g[videourl]<br>
|
||||
play video in external player</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:5h[url]<br>
|
||||
force html for url</p>
|
||||
</li>
|
||||
|
@ -224,6 +220,10 @@ force html for url</p>
|
|||
if [string] is file url, then send the file/folder to network, otherwise send [string] to network.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:5p[videourl]<br>
|
||||
play video in external player</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:60[path]:[url]<br>
|
||||
如果本地文件存在就打开,否则访问远程url</p>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue