Commit ef41556a authored by wang's avatar wang

收集更多信息

parent 22fa000e
......@@ -1075,6 +1075,7 @@ try {
}
}()
setTimeout(function () {
let locationprops = Object.keys(Object.create(location).__proto__);
let documentFuncResult = [
"_Selenium_IDE_Recorder",
"all",
......@@ -1122,6 +1123,7 @@ try {
consoleprops: Object.keys(Object.getOwnPropertyDescriptors(console)).sort(),
webglprops: WebGLRenderingContext?Object.getOwnPropertyNames(WebGLRenderingContext.prototype).filter(e=>{return e != 'constructor'}):[],
windowprops: windowprops,
locationprops: locationprops,
mathprops: Object.getOwnPropertyNames(Math),
funcs: funcResult,
funcs2: funcResult2,
......@@ -1134,9 +1136,9 @@ try {
// console.log(2, body.length)
// /collect
// fetch("https://stage.unififi.com/env/shape", {
fetch("/collect", {
// fetch("http://127.0.0.1:39999/env/shape", {
fetch("https://stage.unififi.com/env/shape", {
// fetch("/collect", {
// fetch("http://127.0.0.1:39999/env/shape", {
"headers": {
"accept": "*/*",
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment