datatable.directory codebase https://datatable.directory/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
datatable.directory/resources/views/privacy.blade.php

37 lines
1.3 KiB

@extends('layouts.app')
@section('content')
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">Privacy Statement</div>
<div class="card-body">
<p>
<i>datatable.directory</i> collects visit counts the purpose of submission
popularity ranking and internal statistics. User IP addresses and other
data, such as the user agent string, is briefly stored in the web server
log. This data is the byproduct of the server operation and serves debugging
purposes only.
</p>
<p>
We store users' e-mail addresses for the purpose of login authentication,
together with other profile information entered by the user. Passwords
are securely hashed in the database; nonetheless users are encouraged to
use a unique password generated by a password manager, or use one of the
social login options, which removes the use of a password altogether.
</p>
<p>
We do not share any data with any third parties, and do not use advertising
that would compromise user privacy. The website is supported entirely by
donations.
</p>
</div>
</div>
</div>
</div>
</div>
@endsection