diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-08-30 20:14:27 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-08-30 20:14:27 +0300 |
| commit | e2739241c4a1b4d12f93c967a69779a50aece5aa (patch) | |
| tree | 4052446dec839c37030175f853428bcd98e70c8f | |
| parent | docs: finalized profile scores in one array (#51) (diff) | |
| download | lphub-e2739241c4a1b4d12f93c967a69779a50aece5aa.tar.gz lphub-e2739241c4a1b4d12f93c967a69779a50aece5aa.tar.bz2 lphub-e2739241c4a1b4d12f93c967a69779a50aece5aa.zip | |
docs: added privacy policy
Former-commit-id: 891383147a4ec44c3647f71752a7928dcc2bcd3c
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
| @@ -36,6 +36,15 @@ If you have any questions or feedback, please feel free to contact us at our [Di | |||
| 36 | 36 | ||
| 37 | If you want to support the creator, you can do it via using GitHub sponsorships by clicking [here](https://github.com/sponsors/pektezol). | 37 | If you want to support the creator, you can do it via using GitHub sponsorships by clicking [here](https://github.com/sponsors/pektezol). |
| 38 | 38 | ||
| 39 | ## Privacy Policy | ||
| 40 | |||
| 41 | * We store a JWT (JSON Web Token) on your device as a cookie to facilitate authentication to LPHUB. | ||
| 42 | * We collect and store your publicly available id, username, avatar link, and country code from Steam during your first login to LPHUB. The exact date and time of your LPHUB account creation is also stored. | ||
| 43 | * In a case of profile update, newly changed values replaces the old data, and the update time is also stored. | ||
| 44 | * All of the demo proof submitted by users are stored in a publicly accessible Google Drive folder. By submitting demo as a proof, you agree that your demo proof becomes available to the public. | ||
| 45 | * Any information, ideas, or solutions shared on LPHUB are intended to be openly accessible and available for collaborative purposes. Users should understand that the content they contribute might be viewed and used by others for the purpose of generating insights and solutions. Sharing content on this platform does not transfer ownership of intellectual property rights to the platform owner or other users. Contributors retain their rights to their own content while granting others the opportunity to engage and collaborate. We do not place emphasis on determining ownership of individual contributions. | ||
| 46 | * At any time, Privacy Policy may get updated to reflect changes in LPHUB. The effective date at the bottom of the README indicates when the most recent changes were made. | ||
| 47 | |||
| 39 | ## Disclaimer | 48 | ## Disclaimer |
| 40 | 49 | ||
| 41 | This project, "Portal 2 Least Portals Hub" (hereafter referred to as "LPHUB"), is an unofficial community-driven resource providing strategies, routes, leaderboards, and other information related to the "Least Portals" category of the game "Portal 2". LPHUB is not affiliated with or endorsed by the creators, developers, or publishers of "Portal 2", including but not limited to Valve Corporation. | 50 | This project, "Portal 2 Least Portals Hub" (hereafter referred to as "LPHUB"), is an unofficial community-driven resource providing strategies, routes, leaderboards, and other information related to the "Least Portals" category of the game "Portal 2". LPHUB is not affiliated with or endorsed by the creators, developers, or publishers of "Portal 2", including but not limited to Valve Corporation. |
| @@ -48,4 +57,8 @@ The source code for LPHUB is licensed under the GNU Affero General Public Licens | |||
| 48 | 57 | ||
| 49 | Your use of LPHUB is at your own risk. LPHUB and its administrators and moderators disclaim all liability for any damages, whether direct, indirect, incidental, or consequential, that may result from your use of LPHUB or the strategies, routes, or other information provided therein. | 58 | Your use of LPHUB is at your own risk. LPHUB and its administrators and moderators disclaim all liability for any damages, whether direct, indirect, incidental, or consequential, that may result from your use of LPHUB or the strategies, routes, or other information provided therein. |
| 50 | 59 | ||
| 51 | By using LPHUB, you acknowledge that you have read and understood this disclaimer and agree to its terms. \ No newline at end of file | 60 | By using LPHUB, you acknowledge that you have read and understood this disclaimer and agree to its terms. |
| 61 | |||
| 62 | ## Last Update | ||
| 63 | |||
| 64 | 2023-08-30 \ No newline at end of file | ||