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.
21 lines
654 B
21 lines
654 B
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-md-8">
|
|
<h1>Privacy Statement</h1>
|
|
|
|
<p>
|
|
<i>datatable.directory</i> does not collect anything beyond what users
|
|
themselves enter into the application, plus limited data from OAuth providers
|
|
to facilitate social logins. User IP addresses and other technical data may be
|
|
temporarily written to the server log for debugging purposes.
|
|
</p>
|
|
|
|
<p>
|
|
We do not share any user data with third parties.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
@endsection
|
|
|