Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
L
lcc-shape
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
wangmingming
lcc-shape
Commits
ef41556a
Commit
ef41556a
authored
Sep 18, 2023
by
wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收集更多信息
parent
22fa000e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
collect.js
env/templates/collect.js
+5
-3
No files found.
env/templates/collect.js
View file @
ef41556a
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment