FXclient-mirror/static/cookie_policy/index.html

108 lines
3.7 KiB
HTML
Raw Normal View History

2022-12-25 01:23:33 -08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-03-29 07:48:32 -07:00
<meta name="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png" />
<meta property="og:image" content="https://fxclient.github.io/FXclient/assets/logo.png">
<link rel="shortcut icon" href="https://fxclient.github.io/FXclient/favicon.ico" type="image/x-icon">
<meta property="og:title" content="FX Client">
<meta name="description" content="FX Client Cookie Policy">
2022-12-25 01:23:33 -08:00
<title>FX Client - Cookie Policy</title>
<style>
body {
text-align: center;
background-color: #fff;
color: #000;
font-size: 25px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: block;
}
#dd {
text-align: center;
background-color: #fff;
color: #000;
font-size: 40px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
display: block;
}
a {
text-decoration: none;
2024-03-29 07:48:32 -07:00
transition: 0.2s;
}
a:hover {
text-decoration: underline;
color: red;
2022-12-25 01:23:33 -08:00
}
</style>
</head>
<body>
<span id="dd">Cookie Policy</span>
2024-03-29 07:48:32 -07:00
<p>Last Update: 29 March 2024</p>
2022-12-25 01:23:33 -08:00
<p>1. General Information
<br />
2024-03-29 07:48:32 -07:00
FX Client uses cookies to improve the user experience. You can find out more about cookies in the sections below.
You don't have to accept cookies in order to use FX Client. We recommend cookies as they will improve your gaming experience.
2022-12-25 01:23:33 -08:00
2024-03-29 07:48:32 -07:00
We also use Local Storage to store your win counts and settngs.
2022-12-25 01:23:33 -08:00
2024-03-29 07:48:32 -07:00
To understand how we use your information, you may also check out our privacy policy: <a href="https://fxclient.github.io/FXclient/privacy_policy">fxclient.github.io/FXclient/privacy_policy</a>
2022-12-25 01:23:33 -08:00
</p>
<hr />
<p>2. What is a cookie?
<br />
Cookies are small text files that are stored on your computer. For example, a cookie can be used to remember your username.
</p>
<hr />
2024-03-29 07:48:32 -07:00
<p>3. What is Local Storage?
<br />
Local Storage is a place where we can store some information like your settings. It is not accessible by FX Client servers and is private.
</p>
<hr />
2022-12-25 01:23:33 -08:00
<p>
2024-03-29 07:48:32 -07:00
4. What types of cookies do we use?
2022-12-25 01:23:33 -08:00
<br />
We use functionality cookies to store your preferences:
2022-12-25 08:25:12 -08:00
<br>
your username;
a boolean, indicating if your interface is magnified or not;
the password of your one-vs-one account;
the color of your country;
selected emojis;
<br>
2022-12-25 01:23:33 -08:00
Furthermore, we use a cookie that assigns a random number to your device.
<br />
</p>
<hr />
<p>
2024-03-29 07:48:32 -07:00
5. How do our servers handle cookies transmitted by users?
2022-12-25 01:23:33 -08:00
<br />
We do not store and process cookies on our servers. Cookies on the client side will be deleted after one year of inactivity. Cookies will not be shared with third parties.
</p>
<hr />
<p>
2024-03-29 07:48:32 -07:00
6. More information about cookies
2022-12-25 01:23:33 -08:00
<br />
If you want to know how to delete or manage cookies, the following links may be helpful:
2022-12-25 08:25:12 -08:00
<br />
2024-03-29 07:48:32 -07:00
Cookie settings in Chrome and Android: <a href="https://support.google.com/chrome/answer/95647">support.google.com/chrome/answer/95647</a>
2022-12-25 08:25:12 -08:00
<br />
2024-03-29 07:48:32 -07:00
Cookie settings in iOS: <a href="http://support.apple.com/kb/PH5042">support.apple.com/kb/PH5042</a>
2022-12-25 08:25:12 -08:00
<br />
2024-03-29 07:48:32 -07:00
If you need more information about cookies, you may check out this link: <a href="http://www.allaboutcookies.org/">allaboutcookies.org</a>
2022-12-25 01:23:33 -08:00
</p>
<hr/>
<p>
2024-03-29 07:48:32 -07:00
7. Contact Information
2022-12-25 01:23:33 -08:00
<br />
2024-03-29 07:48:32 -07:00
If you have more questions, please contact us at this discord server: <a href="https://discord.gg/JEwYWGraj7">discord.gg/JEwYWGraj7</a>
2022-12-25 01:23:33 -08:00
</p>
</body>
</html>