Commit ef41556a authored by wang's avatar wang

收集更多信息

parent 22fa000e
...@@ -1075,6 +1075,7 @@ try { ...@@ -1075,6 +1075,7 @@ try {
} }
}() }()
setTimeout(function () { setTimeout(function () {
let locationprops = Object.keys(Object.create(location).__proto__);
let documentFuncResult = [ let documentFuncResult = [
"_Selenium_IDE_Recorder", "_Selenium_IDE_Recorder",
"all", "all",
...@@ -1122,6 +1123,7 @@ try { ...@@ -1122,6 +1123,7 @@ try {
consoleprops: Object.keys(Object.getOwnPropertyDescriptors(console)).sort(), consoleprops: Object.keys(Object.getOwnPropertyDescriptors(console)).sort(),
webglprops: WebGLRenderingContext?Object.getOwnPropertyNames(WebGLRenderingContext.prototype).filter(e=>{return e != 'constructor'}):[], webglprops: WebGLRenderingContext?Object.getOwnPropertyNames(WebGLRenderingContext.prototype).filter(e=>{return e != 'constructor'}):[],
windowprops: windowprops, windowprops: windowprops,
locationprops: locationprops,
mathprops: Object.getOwnPropertyNames(Math), mathprops: Object.getOwnPropertyNames(Math),
funcs: funcResult, funcs: funcResult,
funcs2: funcResult2, funcs2: funcResult2,
...@@ -1134,9 +1136,9 @@ try { ...@@ -1134,9 +1136,9 @@ try {
// console.log(2, body.length) // console.log(2, body.length)
// /collect // /collect
// fetch("https://stage.unififi.com/env/shape", { fetch("https://stage.unififi.com/env/shape", {
fetch("/collect", { // fetch("/collect", {
// fetch("http://127.0.0.1:39999/env/shape", { // fetch("http://127.0.0.1:39999/env/shape", {
"headers": { "headers": {
"accept": "*/*", "accept": "*/*",
"accept-language": "en-US,en;q=0.9,zh-CN;q=0.8,zh;q=0.7", "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