update tricks
This commit is contained in:
@@ -5,8 +5,9 @@ var minisrv_service_file = true;
|
||||
if (request_headers.query.url) var url = request_headers.query.url;
|
||||
else var url = "client:showalert?message=Please%20provide%20a%20%3Furl%3D%20with%20the%20url%20you%20would%20like%20to%20access.&buttonlabel1=Okay&buttonacction1=client:donothing"
|
||||
|
||||
headers = `200 OK
|
||||
wtv-visit: `+url+`
|
||||
headers = `300 OK
|
||||
wtv-visit: ${url}
|
||||
Location: ${url}
|
||||
Content-type: text/html`
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
var minisrv_service_file = true;
|
||||
|
||||
headers = `200 OK
|
||||
headers = `300 OK
|
||||
wtv-visit: wtv-home:/home
|
||||
Location: wtv-home:/home
|
||||
Content-type: text/html`
|
||||
|
||||
|
||||
|
||||
@@ -1027,6 +1027,7 @@
|
||||
</Content>
|
||||
<Content Include="ServiceVault\wtv-star\star.js" />
|
||||
<Content Include="ServiceVault\wtv-tricks\access.js" />
|
||||
<Content Include="ServiceVault\wtv-tricks\home.js" />
|
||||
<Content Include="ServiceVault\wtv-tricks\blastbacklist.js" />
|
||||
<Content Include="ServiceVault\wtv-tricks\charmap.js">
|
||||
<SubType>Code</SubType>
|
||||
|
||||
Reference in New Issue
Block a user