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

30 lines
899 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 OAuth2 providers
to facilitate social logins. User IP addresses and other technical info may be
written to the temporary server log.
</p>
<div class="float-right m-2 mt-1 ml-3 no-mobile" style="font-size: 5em">🍪</div>
<h2>Cookies</h2>
<p>
We use cookies to track table views, maintain a session, and store some
browser-specific settings.
</p>
<p>
We do not share any data or metrics with third parties.
</p>
</div>
</div>
@endsection