{ "log": { "version": "1.2", "creator": { "name": "Firefox", "version": "78.0.2" }, "browser": { "name": "Firefox", "version": "78.0.2" }, "pages": [ { "startedDateTime": "2020-07-30T15:46:09.481+02:00", "id": "page_1", "title": "Import bug", "pageTimings": { "onContentLoad": 84, "onLoad": 101 } } ], "entries": [ { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:09.481+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Upgrade-Insecure-Requests", "value": "1" } ], "cookies": [], "queryString": [], "headersSize": 362 }, "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "265" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ce49-109\"" }, { "name": "Accept-Ranges", "value": "bytes" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 265, "text": "\r\n\r\n\r\n Import bug\r\n \r\n \r\n\r\n\r\n\r\n

Hi

\r\n\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 247, "bodySize": 512 }, "cache": {}, "timings": { "blocked": 0, "dns": 1, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 2, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:09.517+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" } ], "cookies": [], "queryString": [], "headersSize": 331 }, "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "application/javascript" }, { "name": "Content-Length", "value": "1064" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ceea-428\"" }, { "name": "Accept-Ranges", "value": "bytes" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 1064, "text": "\n/**\n * \n * @param {boolean} [includeDomain=false]\n * @return {string} path _without_ trailing slash\n */\nwindow.getBasePath = function (includeDomain) {\n\treturn (includeDomain ? location.origin : '')\n\t\t+ location.pathname.substr(0, location.pathname.lastIndexOf('/'));\n}\n\n/**\n * \n * @param {string} html\n * @return {HTMLElement|DocumentFragment}\n */\nwindow.parseHTML = function (html) {\n\tvar frag = document.createRange().createContextualFragment(html);\n\t\n\treturn frag.childNodes.length === 1 && frag.firstChild.nodeType === Node.ELEMENT_NODE\n\t\t? frag.firstChild\t\t// e.g. '
pwn
'\n\t\t: frag;\t\t\t\t\t// e.g. 'le
pwn
'\n}\n\n/**\n * \n * @param {string} string\n * @return {string}\n */\nwindow.htmlspecialchars = function (string) {\n\tvar replace = {\n\t\t'&': 'amp',\n\t\t'<': 'lt',\n\t\t'>': 'gt',\n\t\t'\"': 'quot',\n\t\t\"'\": '#x27',\n\t\t'/': '#x2F',\n\t};\n\t\n\treturn string.replace(/[&<>\"'\\/]/g, function (char) {\n\t\treturn '&' + replace[char] + ';';\n\t});\n}\n\n\n\nfor (const ddn of document.querySelectorAll('h1')) {\n\timport('./modules/module.js').then(mod => mod.default(ddn));\n}\n" }, "redirectURL": "", "headersSize": 261, "bodySize": 1325 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 2, "receive": 0 }, "time": 2, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:09.603+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/modules/module.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js" } ], "cookies": [], "queryString": [], "headersSize": 359 }, "response": { "status": 200, "statusText": "OK", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "application/javascript" }, { "name": "Content-Length", "value": "69" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22cde0-45\"" }, { "name": "Accept-Ranges", "value": "bytes" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 69, "text": "export default function (element) {\n\tconsole.log(element.tagName);\n}\n" }, "redirectURL": "", "headersSize": 258, "bodySize": 327 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:09.702+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/favicon.ico", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "image/webp,*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [], "headersSize": 259 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 178, "text": "\r\n404 Not Found\r\n\r\n

404 Not Found

\r\n
nginx/1.14.0 (Ubuntu)
\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 164, "bodySize": 342 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:10.722+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Upgrade-Insecure-Requests", "value": "1" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "If-None-Match", "value": "\"5f22ce49-109\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 469 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:09 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ce49-109\"" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 265, "text": "\r\n\r\n\r\n Import bug\r\n \r\n \r\n\r\n\r\n\r\n

Hi

\r\n\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 454 }, "cache": { "afterRequest": { "expires": "1596116743", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "265", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:10.752+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "If-None-Match", "value": "\"5f22ceea-428\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 438 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:09 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ceea-428\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 1064, "text": "\n/**\n * \n * @param {boolean} [includeDomain=false]\n * @return {string} path _without_ trailing slash\n */\nwindow.getBasePath = function (includeDomain) {\n\treturn (includeDomain ? location.origin : '')\n\t\t+ location.pathname.substr(0, location.pathname.lastIndexOf('/'));\n}\n\n/**\n * \n * @param {string} html\n * @return {HTMLElement|DocumentFragment}\n */\nwindow.parseHTML = function (html) {\n\tvar frag = document.createRange().createContextualFragment(html);\n\t\n\treturn frag.childNodes.length === 1 && frag.firstChild.nodeType === Node.ELEMENT_NODE\n\t\t? frag.firstChild\t\t// e.g. '
pwn
'\n\t\t: frag;\t\t\t\t\t// e.g. 'le
pwn
'\n}\n\n/**\n * \n * @param {string} string\n * @return {string}\n */\nwindow.htmlspecialchars = function (string) {\n\tvar replace = {\n\t\t'&': 'amp',\n\t\t'<': 'lt',\n\t\t'>': 'gt',\n\t\t'\"': 'quot',\n\t\t\"'\": '#x27',\n\t\t'/': '#x2F',\n\t};\n\t\n\treturn string.replace(/[&<>\"'\\/]/g, function (char) {\n\t\treturn '&' + replace[char] + ';';\n\t});\n}\n\n\n\nfor (const ddn of document.querySelectorAll('h1')) {\n\timport('./modules/module.js').then(mod => mod.default(ddn));\n}\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 1253 }, "cache": { "afterRequest": { "expires": "1596116727", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "1064", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:10.818+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/modules/module.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "If-None-Match", "value": "\"5f22cde0-45\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 465 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:09 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22cde0-45\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 69, "text": "export default function (element) {\n\tconsole.log(element.tagName);\n}\n" }, "redirectURL": "", "headersSize": 188, "bodySize": 257 }, "cache": { "afterRequest": { "expires": "1596116753", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "69", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:10.902+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/favicon.ico", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "image/webp,*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [], "headersSize": 0 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 178, "text": "\r\n404 Not Found\r\n\r\n

404 Not Found

\r\n
nginx/1.14.0 (Ubuntu)
\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 0, "bodySize": 178 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "ssl": 0, "connect": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:11.718+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Upgrade-Insecure-Requests", "value": "1" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "If-None-Match", "value": "\"5f22ce49-109\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 469 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:10 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ce49-109\"" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 265, "text": "\r\n\r\n\r\n Import bug\r\n \r\n \r\n\r\n\r\n\r\n

Hi

\r\n\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 454 }, "cache": { "afterRequest": { "expires": "1596116743", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "265", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:11.738+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "If-None-Match", "value": "\"5f22ceea-428\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 438 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:10 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ceea-428\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 1064, "text": "\n/**\n * \n * @param {boolean} [includeDomain=false]\n * @return {string} path _without_ trailing slash\n */\nwindow.getBasePath = function (includeDomain) {\n\treturn (includeDomain ? location.origin : '')\n\t\t+ location.pathname.substr(0, location.pathname.lastIndexOf('/'));\n}\n\n/**\n * \n * @param {string} html\n * @return {HTMLElement|DocumentFragment}\n */\nwindow.parseHTML = function (html) {\n\tvar frag = document.createRange().createContextualFragment(html);\n\t\n\treturn frag.childNodes.length === 1 && frag.firstChild.nodeType === Node.ELEMENT_NODE\n\t\t? frag.firstChild\t\t// e.g. '
pwn
'\n\t\t: frag;\t\t\t\t\t// e.g. 'le
pwn
'\n}\n\n/**\n * \n * @param {string} string\n * @return {string}\n */\nwindow.htmlspecialchars = function (string) {\n\tvar replace = {\n\t\t'&': 'amp',\n\t\t'<': 'lt',\n\t\t'>': 'gt',\n\t\t'\"': 'quot',\n\t\t\"'\": '#x27',\n\t\t'/': '#x2F',\n\t};\n\t\n\treturn string.replace(/[&<>\"'\\/]/g, function (char) {\n\t\treturn '&' + replace[char] + ';';\n\t});\n}\n\n\n\nfor (const ddn of document.querySelectorAll('h1')) {\n\timport('./modules/module.js').then(mod => mod.default(ddn));\n}\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 1253 }, "cache": { "afterRequest": { "expires": "1596116727", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "1064", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:11.815+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/modules/module.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "If-None-Match", "value": "\"5f22cde0-45\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 465 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:10 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22cde0-45\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 69, "text": "export default function (element) {\n\tconsole.log(element.tagName);\n}\n" }, "redirectURL": "", "headersSize": 188, "bodySize": 257 }, "cache": { "afterRequest": { "expires": "1596116753", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "69", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:11.865+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/favicon.ico", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "image/webp,*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [], "headersSize": 0 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 178, "text": "\r\n404 Not Found\r\n\r\n

404 Not Found

\r\n
nginx/1.14.0 (Ubuntu)
\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 0, "bodySize": 178 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "ssl": 0, "connect": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:12.548+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Upgrade-Insecure-Requests", "value": "1" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "If-None-Match", "value": "\"5f22ce49-109\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 469 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:11 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ce49-109\"" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 265, "text": "\r\n\r\n\r\n Import bug\r\n \r\n \r\n\r\n\r\n\r\n

Hi

\r\n\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 454 }, "cache": { "afterRequest": { "expires": "1596116743", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "265", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:12.569+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "If-None-Match", "value": "\"5f22ceea-428\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 438 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:11 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ceea-428\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 1064, "text": "\n/**\n * \n * @param {boolean} [includeDomain=false]\n * @return {string} path _without_ trailing slash\n */\nwindow.getBasePath = function (includeDomain) {\n\treturn (includeDomain ? location.origin : '')\n\t\t+ location.pathname.substr(0, location.pathname.lastIndexOf('/'));\n}\n\n/**\n * \n * @param {string} html\n * @return {HTMLElement|DocumentFragment}\n */\nwindow.parseHTML = function (html) {\n\tvar frag = document.createRange().createContextualFragment(html);\n\t\n\treturn frag.childNodes.length === 1 && frag.firstChild.nodeType === Node.ELEMENT_NODE\n\t\t? frag.firstChild\t\t// e.g. '
pwn
'\n\t\t: frag;\t\t\t\t\t// e.g. 'le
pwn
'\n}\n\n/**\n * \n * @param {string} string\n * @return {string}\n */\nwindow.htmlspecialchars = function (string) {\n\tvar replace = {\n\t\t'&': 'amp',\n\t\t'<': 'lt',\n\t\t'>': 'gt',\n\t\t'\"': 'quot',\n\t\t\"'\": '#x27',\n\t\t'/': '#x2F',\n\t};\n\t\n\treturn string.replace(/[&<>\"'\\/]/g, function (char) {\n\t\treturn '&' + replace[char] + ';';\n\t});\n}\n\n\n\nfor (const ddn of document.querySelectorAll('h1')) {\n\timport('./modules/module.js').then(mod => mod.default(ddn));\n}\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 1253 }, "cache": { "afterRequest": { "expires": "1596116727", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "1064", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 1 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:12.654+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/modules/module.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "If-None-Match", "value": "\"5f22cde0-45\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 465 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:11 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:40:48 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22cde0-45\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 69, "text": "export default function (element) {\n\tconsole.log(element.tagName);\n}\n" }, "redirectURL": "", "headersSize": 188, "bodySize": 257 }, "cache": { "afterRequest": { "expires": "1596116753", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "69", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 1, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:12.693+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/favicon.ico", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "image/webp,*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [], "headersSize": 0 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 178, "text": "\r\n404 Not Found\r\n\r\n

404 Not Found

\r\n
nginx/1.14.0 (Ubuntu)
\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 0, "bodySize": 178 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "ssl": 0, "connect": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:13.390+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Upgrade-Insecure-Requests", "value": "1" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "If-None-Match", "value": "\"5f22ce49-109\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 469 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:12 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:42:33 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ce49-109\"" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 265, "text": "\r\n\r\n\r\n Import bug\r\n \r\n \r\n\r\n\r\n\r\n

Hi

\r\n\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 454 }, "cache": { "afterRequest": { "expires": "1596116743", "lastFetched": "1596116727", "eTag": "", "fetchCount": "2", "_dataSize": "265", "_lastModified": "1596116727", "_device": "" } }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 1, "receive": 0 }, "time": 1, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:13.419+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/javascript/util.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" }, { "name": "If-Modified-Since", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "If-None-Match", "value": "\"5f22ceea-428\"" }, { "name": "Cache-Control", "value": "max-age=0" } ], "cookies": [], "queryString": [], "headersSize": 438 }, "response": { "status": 304, "statusText": "Not Modified", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:12 GMT" }, { "name": "Last-Modified", "value": "Thu, 30 Jul 2020 13:45:14 GMT" }, { "name": "Connection", "value": "keep-alive" }, { "name": "ETag", "value": "\"5f22ceea-428\"" } ], "cookies": [], "content": { "mimeType": "application/javascript", "size": 0, "text": "\n/**\n * \n * @param {boolean} [includeDomain=false]\n * @return {string} path _without_ trailing slash\n */\nwindow.getBasePath = function (includeDomain) {\n\treturn (includeDomain ? location.origin : '')\n\t\t+ location.pathname.substr(0, location.pathname.lastIndexOf('/'));\n}\n\n/**\n * \n * @param {string} html\n * @return {HTMLElement|DocumentFragment}\n */\nwindow.parseHTML = function (html) {\n\tvar frag = document.createRange().createContextualFragment(html);\n\t\n\treturn frag.childNodes.length === 1 && frag.firstChild.nodeType === Node.ELEMENT_NODE\n\t\t? frag.firstChild\t\t// e.g. '
pwn
'\n\t\t: frag;\t\t\t\t\t// e.g. 'le
pwn
'\n}\n\n/**\n * \n * @param {string} string\n * @return {string}\n */\nwindow.htmlspecialchars = function (string) {\n\tvar replace = {\n\t\t'&': 'amp',\n\t\t'<': 'lt',\n\t\t'>': 'gt',\n\t\t'\"': 'quot',\n\t\t\"'\": '#x27',\n\t\t'/': '#x2F',\n\t};\n\t\n\treturn string.replace(/[&<>\"'\\/]/g, function (char) {\n\t\treturn '&' + replace[char] + ';';\n\t});\n}\n\n\n\nfor (const ddn of document.querySelectorAll('h1')) {\n\timport('./modules/module.js').then(mod => mod.default(ddn));\n}\n" }, "redirectURL": "", "headersSize": 189, "bodySize": 2697 }, "cache": { "afterRequest": null }, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:13.483+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/~jay/firefox-import-bug/modules/module.js", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" }, { "name": "Referer", "value": "http://ubuntu-vm/~jay/firefox-import-bug/" } ], "cookies": [], "queryString": [], "headersSize": 330 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:12 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 0, "text": "" }, "redirectURL": "", "headersSize": 164, "bodySize": 164 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "connect": 0, "ssl": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure", "serverIPAddress": "192.168.178.21", "connection": "80" }, { "pageref": "page_1", "startedDateTime": "2020-07-30T15:46:13.542+02:00", "request": { "bodySize": 0, "method": "GET", "url": "http://ubuntu-vm/favicon.ico", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Host", "value": "ubuntu-vm" }, { "name": "User-Agent", "value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0" }, { "name": "Accept", "value": "image/webp,*/*" }, { "name": "Accept-Language", "value": "en-US,en;q=0.5" }, { "name": "Accept-Encoding", "value": "gzip, deflate" }, { "name": "DNT", "value": "1" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "queryString": [], "headersSize": 0 }, "response": { "status": 404, "statusText": "Not Found", "httpVersion": "HTTP/1.1", "headers": [ { "name": "Server", "value": "nginx/1.14.0 (Ubuntu)" }, { "name": "Date", "value": "Thu, 30 Jul 2020 13:46:08 GMT" }, { "name": "Content-Type", "value": "text/html" }, { "name": "Content-Length", "value": "178" }, { "name": "Connection", "value": "keep-alive" } ], "cookies": [], "content": { "mimeType": "text/html", "size": 178, "text": "\r\n404 Not Found\r\n\r\n

404 Not Found

\r\n
nginx/1.14.0 (Ubuntu)
\r\n\r\n\r\n" }, "redirectURL": "", "headersSize": 0, "bodySize": 178 }, "cache": {}, "timings": { "blocked": 0, "dns": 0, "ssl": 0, "connect": 0, "send": 0, "wait": 0, "receive": 0 }, "time": 0, "_securityState": "insecure" } ] } }