@extends('profilelayout') @section('content')
What do we log?

We log any request made to our website using the webserver access log, this includes the following information:

These logs are being checked out occasionally by myself to see whats happening on good old w0bm

3rd party links

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.

If you encounter a malicious link shared here on w0bm.com please notify an admin in the IRC or Discord

Cookies

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) You can see the details of the cookies in your browser.

@if(auth()->check()) @include('footer') @else @endif @endsection