server ver
This commit is contained in:
19
resources/views/layout5/privacy.blade.php
Normal file → Executable file
19
resources/views/layout5/privacy.blade.php
Normal file → Executable file
@@ -6,13 +6,24 @@
|
||||
|
||||
<div class="box">
|
||||
<h5>What do we log?</h5>
|
||||
<p>We ourself don't log anything, cloudflare does log all the request that are being made to our site, we can however only access very little of it, no ips and only basic stats.</p>
|
||||
<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 IRC.</p>
|
||||
<p>We also use a webfont from google fonts, if you don't like that go fuck yourself or block it with umatrix.</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 if you don't like that don't come to our site! (or don't accept them in the first place)</p>
|
||||
<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>
|
||||
@if(auth()->check())
|
||||
@include('footer')
|
||||
@else
|
||||
@endif
|
||||
@endsection
|
||||
|
Reference in New Issue
Block a user