isite 2025.1.12 → 2025.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/apps/client-side/site_files/css/bootstrap5-addon.css +196 -171
- package/apps/client-side/site_files/css/bootstrap5.css +4 -5
- package/apps/client-side/site_files/html/require_features.html +81 -28
- package/apps/client-side/site_files/html/require_permissions.html +81 -27
- package/apps/client-side/site_files/js/bootstrap5.js +3 -3
- package/index.js +14 -17
- package/isite_files/images/browser.png +0 -0
- package/lib/collection.js +815 -819
- package/lib/parser.js +15 -0
- package/lib/routing.js +25 -27
- package/lib/security.js +1066 -1066
- package/lib/sessions.js +197 -198
- package/object-options/lib/fsm.js +21 -23
- package/object-options/plugins/file-manager/app.js +110 -113
- package/package.json +1 -1
|
@@ -1,31 +1,84 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="En">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
+
<title>Require Features</title>
|
|
7
|
+
<link rel="stylesheet" href="/x-css/bootstrap-5-support.css" />
|
|
8
|
+
<link rel="shortcut icon" type="image/x-icon" href="/x-dashboard-images/browser.png" />
|
|
9
|
+
<link rel="icon" type="image/x-icon" href="/x-dashboard-images/browser.png" />
|
|
10
|
+
<link itemprop="image" rel="image_src" href="/x-dashboard-images/browser.png" />
|
|
11
|
+
<link rel="apple-touch-icon" href="/x-dashboard-images/browser.png" />
|
|
12
|
+
<style>
|
|
13
|
+
body {
|
|
14
|
+
font-family: Arial, sans-serif;
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: column;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
height: 100vh;
|
|
20
|
+
margin: 0;
|
|
21
|
+
background-color: #f4f4f8;
|
|
22
|
+
}
|
|
23
|
+
.container {
|
|
24
|
+
background: white;
|
|
25
|
+
padding: 2rem !important;
|
|
26
|
+
border-radius: 1rem;
|
|
27
|
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
28
|
+
text-align: center;
|
|
29
|
+
max-width: fit-content;
|
|
30
|
+
}
|
|
31
|
+
h1 {
|
|
32
|
+
margin-bottom: 1rem;
|
|
33
|
+
}
|
|
34
|
+
p {
|
|
35
|
+
margin-bottom: 2rem;
|
|
36
|
+
color: #555;
|
|
37
|
+
}
|
|
38
|
+
.download-button {
|
|
39
|
+
background-color: #4caf50;
|
|
40
|
+
color: white;
|
|
41
|
+
padding: 1rem 2rem;
|
|
42
|
+
text-decoration: none;
|
|
43
|
+
border-radius: 0.5rem;
|
|
44
|
+
font-size: 1rem;
|
|
45
|
+
transition: background-color 0.3s;
|
|
46
|
+
}
|
|
47
|
+
.download-button:hover {
|
|
48
|
+
background-color: #45a049;
|
|
49
|
+
}
|
|
50
|
+
hr {
|
|
51
|
+
width: 90%;
|
|
52
|
+
margin-top: 50px;
|
|
53
|
+
}
|
|
54
|
+
.feature {
|
|
55
|
+
padding: 20px;
|
|
56
|
+
margin: 0 auto;
|
|
57
|
+
width: 50%;
|
|
58
|
+
}
|
|
59
|
+
li {
|
|
60
|
+
width: fit-content;
|
|
61
|
+
}
|
|
62
|
+
</style>
|
|
63
|
+
</head>
|
|
64
|
+
<body>
|
|
65
|
+
<div class="container" x-feature="!browser.social">
|
|
66
|
+
<h1>Download Social Browser</h1>
|
|
67
|
+
<p>Get the latest version of our application and start exploring All features free !</p>
|
|
68
|
+
<a href="https://social-browser.com" class="download-button">Download Social Browser</a>
|
|
69
|
+
<hr />
|
|
70
|
+
<ul>
|
|
71
|
+
<li>Support Multi User</li>
|
|
72
|
+
<li>Support Multi Proxy</li>
|
|
73
|
+
<li>Support Multi Browser Changer</li>
|
|
74
|
+
<li>Protected Browser FingerPrint</li>
|
|
75
|
+
<li>Watching Streaming Sites without Ads</li>
|
|
76
|
+
<li>Support Safty Mode For Children</li>
|
|
77
|
+
<li>Create & Custom Virual PC For Evert User</li>
|
|
78
|
+
</ul>
|
|
79
|
+
</div>
|
|
80
|
+
<div class="row padding margin">
|
|
81
|
+
<h2 class="feature" x-list1="features">Required Feature : ##item1.*##</h2>
|
|
82
|
+
</div>
|
|
83
|
+
</body>
|
|
31
84
|
</html>
|
|
@@ -1,29 +1,83 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
1
|
<html lang="En">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
2
|
+
<head>
|
|
3
|
+
<meta charset="UTF-8" />
|
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
5
|
+
<title>Require Permissions</title>
|
|
6
|
+
<link rel="stylesheet" href="/x-css/bootstrap-5-support.css" />
|
|
7
|
+
<link rel="shortcut icon" type="image/x-icon" href="/x-dashboard-images/browser.png" />
|
|
8
|
+
<link rel="icon" type="image/x-icon" href="/x-dashboard-images/browser.png" />
|
|
9
|
+
<link itemprop="image" rel="image_src" href="/x-dashboard-images/browser.png" />
|
|
10
|
+
<link rel="apple-touch-icon" href="/x-dashboard-images/browser.png" />
|
|
11
|
+
<style>
|
|
12
|
+
body {
|
|
13
|
+
font-family: Arial, sans-serif;
|
|
14
|
+
display: flex;
|
|
15
|
+
flex-direction: column;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
height: 100vh;
|
|
19
|
+
margin: 0;
|
|
20
|
+
background-color: #f4f4f8;
|
|
21
|
+
}
|
|
22
|
+
.container {
|
|
23
|
+
background: white;
|
|
24
|
+
padding: 2rem !important;
|
|
25
|
+
border-radius: 1rem;
|
|
26
|
+
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
27
|
+
text-align: center;
|
|
28
|
+
max-width: fit-content;
|
|
29
|
+
}
|
|
30
|
+
h1 {
|
|
31
|
+
margin-bottom: 1rem;
|
|
32
|
+
}
|
|
33
|
+
p {
|
|
34
|
+
margin-bottom: 2rem;
|
|
35
|
+
color: #555;
|
|
36
|
+
}
|
|
37
|
+
.download-button {
|
|
38
|
+
background-color: #4caf50;
|
|
39
|
+
color: white;
|
|
40
|
+
padding: 1rem 2rem;
|
|
41
|
+
text-decoration: none;
|
|
42
|
+
border-radius: 0.5rem;
|
|
43
|
+
font-size: 1rem;
|
|
44
|
+
transition: background-color 0.3s;
|
|
45
|
+
}
|
|
46
|
+
.download-button:hover {
|
|
47
|
+
background-color: #45a049;
|
|
48
|
+
}
|
|
49
|
+
hr {
|
|
50
|
+
width: 90%;
|
|
51
|
+
margin-top: 50px;
|
|
52
|
+
}
|
|
53
|
+
.feature {
|
|
54
|
+
padding: 20px;
|
|
55
|
+
margin: 0 auto;
|
|
56
|
+
width: 50%;
|
|
57
|
+
}
|
|
58
|
+
li {
|
|
59
|
+
width: fit-content;
|
|
60
|
+
}
|
|
61
|
+
</style>
|
|
62
|
+
</head>
|
|
63
|
+
<body>
|
|
64
|
+
<div class="container" x-feature="!browser.social">
|
|
65
|
+
<h1>Download Social Browser</h1>
|
|
66
|
+
<p>Get the latest version of our application and start exploring All features free !</p>
|
|
67
|
+
<a href="https://social-browser.com" class="download-button">Download Social Browser</a>
|
|
68
|
+
<hr />
|
|
69
|
+
<ul>
|
|
70
|
+
<li>Support Multi User</li>
|
|
71
|
+
<li>Support Multi Proxy</li>
|
|
72
|
+
<li>Support Multi Browser Changer</li>
|
|
73
|
+
<li>Protected Browser FingerPrint</li>
|
|
74
|
+
<li>Watching Streaming Sites without Ads</li>
|
|
75
|
+
<li>Support Safty Mode For Children</li>
|
|
76
|
+
<li>Create & Custom Virual PC For Evert User</li>
|
|
77
|
+
</ul>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="row padding margin">
|
|
80
|
+
<h2 class="feature" x-list1="permissions">Required Feature : ##item1.*##</h2>
|
|
81
|
+
</div>
|
|
82
|
+
</body>
|
|
29
83
|
</html>
|