summarylogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorZach Hoffman2022-04-20 14:27:58 -0600
committerZach Hoffman2022-04-20 14:27:58 -0600
commit8504fbebab5f4097582b15026e6a6f7b1274fb5c (patch)
tree7bb3b0d72b5c73d501d68636544f972a5a68acda /README.rst
parent49e6b17ea512563fa1450c23f21af1457a47cab7 (diff)
downloadaur-8504fbebab5f4097582b15026e6a6f7b1274fb5c.tar.gz
7220.2022.0308.1: faster mirror
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index e022b54f5d79..e6ebc36af124 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,6 @@ Usage
resourceType = "network_access";
with (new XMLHttpRequest()) {
- responseType = "document";
open("GET", `https://${location.host}:${location.port}/vdesk/resource_list.xml?resourcetype=res`);
onload = () => console.log(`f5-vpn://${location.host}:${location.port}/?server=${location.host}&resourcename=${responseXML.querySelector(`list[type=${resourceType}] entry`).textContent}&resourcetype=${resourceType}&cmd=launch&protocol=https&port=${location.port || 443}&sid=${document.cookie.match(/MRHSession=(.*?); /)[1]}`);
send();