From 2204944c1b9154acc5e40e97b00933d5b55e9d57 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Fri, 13 Sep 2024 22:31:05 +0100 Subject: Multiple in-progress changes --- resources/views/components/layout.blade.php | 36 +++++++++++++++++++++-------- resources/views/privacy.blade.php | 26 +++++++++++++++++++++ 2 files changed, 52 insertions(+), 10 deletions(-) create mode 100644 resources/views/privacy.blade.php (limited to 'resources/views') diff --git a/resources/views/components/layout.blade.php b/resources/views/components/layout.blade.php index 7e36de5..2ac3632 100644 --- a/resources/views/components/layout.blade.php +++ b/resources/views/components/layout.blade.php @@ -52,10 +52,30 @@ diff --git a/resources/views/privacy.blade.php b/resources/views/privacy.blade.php new file mode 100644 index 0000000..0d0ebfa --- /dev/null +++ b/resources/views/privacy.blade.php @@ -0,0 +1,26 @@ + + Privacy +
+

What am I doing with your data?

+
+

1. What's collected?

+

This site uses the Apache2 webserver and thus, for every request received, the following is logged:

+
    +
  • IP address
  • +
  • Request time
  • +
  • Request type
  • +
  • Location of requested resource
  • +
  • Referrer (what website linked you to this one)
  • +
  • User Agent (Type and version of your web browser, often also operating system and version)
  • +
+

My website doesn't collect any more than stated above (except MediaWiki maybe)


+

2. Why are logs kept?

+

So I can examine and prevent attacks such as spam or DDoS-ing attempts


+

3. When are the logs analyzed?

+

Usually, unless I suspect an attack of some kind, I won't actively spend hours perusing the logs.


+

4. Can I opt-out?

+

Maybe? If you want to, you can email wehmaster@weh.moe and I'll try and sort it out as fast as possible (assuming I can figure out how)


+
Any outlinks and hotlinked/embedded resources are subject to their own privacy policies and have nothing to do with me.
+
Last updated: September 9th, 2024
+
+
-- cgit v1.2.3-54-g00ecf