27 lines
1.4 KiB
PHP
27 lines
1.4 KiB
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>Privacy</h3>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<h5>What do we log?</h5>
|
|
<p>Our webserver does not log access log requests, we may log error logs from time to time if something breaks.</p>
|
|
<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 <a href="/irc">IRC</a></p>
|
|
<p>If you find a bug or a vulnerability, please notify an admin in the <a href="/irc">IRC</a></p>
|
|
<h5>Cookies</h5>
|
|
<p>Yes, we use cookies and if you don't like that don't come to our site! (or don't accept them in the first place) You can see the details of the cookies in your browser.</p>
|
|
<p>Spoiler: They are all relevant for the website to function properly!</p>
|
|
<ul>
|
|
<p>The following cookies are being set by the website:</p>
|
|
<li><code>remember_<token></code> Well, it's used to remember you and so you don't have to re-login after like 5 minutes</li>
|
|
<li><code>style</code> This one is used to store your style preference</li>
|
|
<li><code>w0bm_session</code> Your session id</li>
|
|
<li><code>XSRF-TOKEN</code> The XSRF Token</li>
|
|
</ul>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|