datatable.directory codebase https://datatable.directory/
datatable.directory/resources/views/about/privacy.blade.php

22 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