-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
79 lines (48 loc) · 2.97 KB
/
privacy.html
1
2
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Microbot - Free Open Source Botting Client</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Microbot Free open source botting client based on runelite">
<meta property="og:site_name" content="Microbot">
<meta property="og:locale" content="en_US">
<meta name="theme-color" content="#2c2c2c">
<link rel="stylesheet" href="./microbot/app.min.css">
<link rel="stylesheet"
href="./microbot/341e4a57816af3ba440d891ca87450ff_framework.css.c1bcd9467a7eeb9006567801face652d.css"
media="all">
<link rel="stylesheet"
href="./microbot/20446cf2d164adcc029377cb04d43d17_flags.css.be60c469fe9d673f833faaa74a81e375.css" media="all">
<link rel="stylesheet"
href="./microbot/90eb5adf50a8c640f633d47fd7eb1778_core.css.730a336650d62c3b59570edc9065b630.css" media="all">
<link rel="stylesheet"
href="./microbot/5a0da001ccc2200dc5625c3f3934497d_core_responsive.css.1d08c9ed37ed1cae43d3985a3b2316ad.css"
media="all">
</head>
<body style="padding:32px">
<h1>Privacy Policy for Google Analytics</h1>
<p>This website uses Google Analytics, a web analytics service provided by Google, Inc. ("Google"). Google Analytics uses "cookies," which are text files placed on your computer, to help the website analyze how users interact with the site.</p>
<h2>Information Collected</h2>
<p>Google Analytics collects anonymous information such as the type of device you use, your IP address, the pages you visit, and the duration of your visit. This data helps us improve the website and understand how visitors use it.</p>
<h2>How We Use the Data</h2>
<p>The data collected through Google Analytics is used to:</p>
<ul>
<li>Monitor and analyze website usage trends</li>
<li>Improve the website's performance and user experience</li>
<li>Understand user interactions with our content</li>
</ul>
<h2>Data Sharing</h2>
<p>Google may share the data collected with third parties when required by law or when third parties process the data on Google's behalf. We do not share any personally identifiable information with Google or any other third parties.</p>
<h2>How to Opt-Out</h2>
<p>You can opt-out of Google Analytics by disabling cookies in your browser settings or by using the
<a href="https://tools.google.com/dlpage/gaoptout" target="_blank">Google Analytics Opt-Out Browser Add-On</a>.
</p>
<p>For more information on how Google uses data collected via Google Analytics, please visit
<a href="https://policies.google.com/privacy" target="_blank">Google's Privacy Policy</a>.
</p>
<h2>Changes to This Privacy Policy</h2>
<p>We may update this privacy policy from time to time. Please check this page periodically to stay informed about any changes.</p>
</body>
</html>