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.
28 lines
897 B
28 lines
897 B
6 years ago
|
@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> does not collect anything beyond what users
|
||
|
themselves enter in the application, plus limited data from OAuth providers
|
||
|
when a social login is used. User IP addresses and other data, such as the
|
||
|
user agent, are briefly stored in the web server log as a byproduct of the
|
||
|
server operation, and serve debugging purposes only.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
We do not share private data with any third parties.
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
@endsection
|