Files
Gw0bm/resources/views/layout1/privacy.blade.php
2020-10-10 11:48:03 +00:00

27 lines
958 B
PHP

@extends('profilelayout')
@section('content')
<div class="page-header">
<h3>Privacy</h3>
</div>
<div class="box">
<h5>What do we log?</h5>
<p>We log any request made to our website, this includes the following information:</p>
<ul>
<li>Unique visitors per day</li>
<li>Requested file urls</li>
<li>Visitor hostnames and IPs</li>
<li>Visitors operating system</li>
<li>Visitors browser</li>
<li>Referrer URLs</li>
<li>Referring Sites</li>
</ul>
<h5>3<sup>rd</sup> party links</h5>
<p>There are some 3rd party linkings on this website, be careful with clicking them we don't know whats inside the box blah blah blah, don't be stupid and don't trust the internet.</p>
<p>If you encounter a malicious link shared here on w0bm.com please notify an admin in the IRC or Discord</p>
<h5>Cookies</h5>
<p>Yes, we use cookies if you don't like that don't come to our site! (or don't accept them in the first place)</p>
</div>
@include('footer')
@endsection