gh-pages
mohsenemx 2024-03-29 14:48:52 +00:00
parent 54620a886a
commit 35e560d3b1
3 changed files with 54 additions and 28 deletions

View File

@ -4,6 +4,11 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<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">
<title>FX Client - Cookie Policy</title> <title>FX Client - Cookie Policy</title>
<style> <style>
body { body {
@ -24,22 +29,30 @@
} }
a { a {
text-decoration: none; text-decoration: none;
transition: 0.2s;
}
a:hover {
text-decoration: underline;
color: red;
} }
</style> </style>
</head> </head>
<body> <body>
<span id="dd">Cookie Policy</span> <span id="dd">Cookie Policy</span>
<p>Last Update: 25 December 2022</p> <p>Last Update: 29 March 2024</p>
<p>1. General Information <p>1. General Information
<br /> <br />
fxclient.cf uses cookies to improve the user experience. You can find out more about cookies in the sections below. 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 fxclient.cf. We recommend cookies as they will improve your gaming experience. You don't have to accept cookies in order to use FX Client. We recommend cookies as they will improve your gaming experience.
To understand how we use your information, you may also check out our privacy policy: https://fxclient.cf/privacy_policy We also use Local Storage to store your win counts and settngs.
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>
</p> </p>
<hr /> <hr />
<p>2. What is a cookie? <p>2. What is a cookie?
@ -47,8 +60,13 @@ To understand how we use your information, you may also check out our privacy po
Cookies are small text files that are stored on your computer. For example, a cookie can be used to remember your username. Cookies are small text files that are stored on your computer. For example, a cookie can be used to remember your username.
</p> </p>
<hr /> <hr />
<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 />
<p> <p>
3. What types of cookies do we use? 4. What types of cookies do we use?
<br /> <br />
We use functionality cookies to store your preferences: We use functionality cookies to store your preferences:
<br> <br>
@ -63,30 +81,28 @@ Furthermore, we use a cookie that assigns a random number to your device.
</p> </p>
<hr /> <hr />
<p> <p>
4. How do our servers handle cookies transmitted by users? 5. How do our servers handle cookies transmitted by users?
<br /> <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. 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> </p>
<hr /> <hr />
<p> <p>
5. More information about cookies 6. More information about cookies
<br /> <br />
If you want to know how to delete or manage cookies, the following links may be helpful: If you want to know how to delete or manage cookies, the following links may be helpful:
<br /> <br />
Cookie settings in Chrome and Android: https://support.google.com/chrome/answer/95647 Cookie settings in Chrome and Android: <a href="https://support.google.com/chrome/answer/95647">support.google.com/chrome/answer/95647</a>
<br /> <br />
Cookie settings in Firefox: https://support.mozilla.org/en-US/kb/cookies-information-websites-store-on-your-computer Cookie settings in iOS: <a href="http://support.apple.com/kb/PH5042">support.apple.com/kb/PH5042</a>
<br /> <br />
Cookie settings in iOS: http://support.apple.com/kb/PH5042 If you need more information about cookies, you may check out this link: <a href="http://www.allaboutcookies.org/">allaboutcookies.org</a>
<br />
If you need more information about cookies, you may check out this link: http://www.allaboutcookies.org/
</p> </p>
<hr/> <hr/>
<p> <p>
6. Contact Information 7. Contact Information
<br /> <br />
If you have more questions, please contact us at this discord server: https://discord.gg/JEwYWGraj7 If you have more questions, please contact us at this discord server: <a href="https://discord.gg/JEwYWGraj7">discord.gg/JEwYWGraj7</a>
</p> </p>
</body> </body>
</html> </html>

View File

@ -34,7 +34,7 @@
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png"> <meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
<!-- FX Client CSS --> <!-- FX Client CSS -->
<link rel="stylesheet" href="main.css?1711653938171"> <link rel="stylesheet" href="main.css?1711723731622">
<!-- Game CSS --> <!-- Game CSS -->
<style> <style>
html, html,
@ -121,8 +121,8 @@
<p id="donationhistory_note">Note: donations from bots are not shown here</p> <p id="donationhistory_note">Note: donations from bots are not shown here</p>
<table><tbody id="donationhistory_content"></tbody></table> <table><tbody id="donationhistory_content"></tbody></table>
</div> </div>
<script src="variables.js?1711653938171"></script> <script src="variables.js?1711723731622"></script>
<script src="fx_core.js?1711653938171"></script> <script src="fx_core.js?1711723731622"></script>
<script src="game.js?1711653938171"></script> <script src="game.js?1711723731622"></script>
</body> </body>
</html> </html>

View File

@ -6,6 +6,11 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FX Client - Privacy Policy</title> <title>FX Client - Privacy Policy</title>
<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 Privacy Policy">
<style> <style>
body { body {
text-align: center; text-align: center;
@ -27,6 +32,12 @@
a { a {
text-decoration: none; text-decoration: none;
transition: 0.2s;
}
a:hover {
text-decoration: underline;
color: red;
} }
</style> </style>
</head> </head>
@ -34,13 +45,13 @@
<body> <body>
<span id="dd">Privacy Policy</span> <span id="dd">Privacy Policy</span>
<p>Last Update: 25 December 2022</p> <p>Last Update: 29 March 2024</p>
<p>1. General Notes <p>1. General Notes
<br /> <br />
Unless otherwise indicated, this privacy policy applies for the website (www.fxclient.cf). Unless otherwise indicated, this privacy policy applies for the website (<a href="https://fxclient.github.io/FXclient/">fxclient.github.io/FXclient/</a>).
In this policy, "fxclient.cf", "we" or "us" refers to a group of developers scattered around the world. The In this policy, "fxclient", "we" or "us" refers to a group of developers scattered around the world. The
contact information of the owner of this enterprise can be found below. contact information of the owner of this enterprise can be found below.
</p> </p>
<hr /> <hr />
@ -54,10 +65,10 @@
<br /> <br />
We do not collect any user information. Information is collected by territorial.io. The privacy policy for We do not collect any user information. Information is collected by territorial.io. The privacy policy for
territorial.io can be found at <a href="https://territorial.io/privacy_policy"> territorial.io can be found at <a href="https://territorial.io/privacy_policy">
https://territorial.io/privacy_policy </a> territorial.io/privacy_policy </a>
<br /> <br />
On the website we collect cookies: If you need more information about our cookies, you may check out our cookie On the website we collect cookies: If you need more information about our cookies, you may check out our cookie
policy: <a href="https://fxclient.cf/cookie_policy">https://fxclient.cf/cookie_policy</a> policy: <a href="https://fxclient.github.io/FXclient/cookie_policy">fxclient.github.io/FXclient/cookie_policy</a>
</p> </p>
<hr /> <hr />
<p> <p>
@ -65,22 +76,21 @@
<br /> <br />
Information is sent to and used by Territorial.io and not encrypted in transit. Your information is used to Information is sent to and used by Territorial.io and not encrypted in transit. Your information is used to
improve the game and to prevent fraud. Collection and usage of the data by Territorial.io is explained in more improve the game and to prevent fraud. Collection and usage of the data by Territorial.io is explained in more
detail at <a href="https://territorial.io/privacy_policy"> https://territorial.io/privacy_policy </a> detail at <a href="https://territorial.io/privacy_policy"> territorial.io/privacy_policy </a>
Usernames and rankings are publicly available. Statistical and anonymous game data are shown on Territorial.io Usernames and rankings are publicly available. Statistical and anonymous game data are shown on Territorial.io
(https://territorial.io/players and https://territorial.io/clans) and the Territorial.io Discord server (<a href="https://territorial.io/players">territorial.io/players</a> and <a href="https://territorial.io/clans">territorial.io/clans</a>).
(https://discord.gg/pa5TH6hZrv).
</p> </p>
<hr /> <hr />
<p> <p>
5. How can you delete your information? 5. How can you delete your information?
<br /> <br />
You can ask us to delete your data at the discord server shown below. Your data will be automatically deleted after 6 months of inactivity.
</p> </p>
<hr /> <hr />
<p> <p>
6. Contact Information 6. Contact Information
<br /> <br />
If you have more questions, please contact us at this discord server: https://discord.gg/JEwYWGraj7 If you have more questions, please contact us at this discord server: <a href="https://discord.gg/JEwYWGraj7">discord.gg/JEwYWGraj7</a>
</p> </p>
</body> </body>
</html> </html>