From 085b110e7f8e7082680bf90e6c3db70bc47bf5ca Mon Sep 17 00:00:00 2001 From: nexxo Date: Wed, 29 Jul 2026 16:30:29 +0200 Subject: [PATCH] Link the phishing page from the section people look in MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported: "I cannot find that under Sicherheit on the website." Fair — the page was linked from the site footer, from every mail footer and from under the sign-in form, and none of those is where somebody goes when the thought "is this really them?" occurs. They go to the section called Sicherheit. It is now the last thing in that section, as its own card: what the page is for, in one line, and where it leads. Co-Authored-By: Claude Opus 5 --- VERSION | 2 +- resources/views/landing.blade.php | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ef40e4d..9181bf7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.17 +1.3.18 diff --git a/resources/views/landing.blade.php b/resources/views/landing.blade.php index 8eeaf93..015973c 100644 --- a/resources/views/landing.blade.php +++ b/resources/views/landing.blade.php @@ -359,6 +359,17 @@ @endforeach + {{-- The other half of "Sicherheit", and the half somebody looks for after + they have already clicked something. It was only in the footer, in the + mail footers and under the sign-in form — none of which is where a + person goes when they think "is this really them?". They go to the + section called Sicherheit. --}} + + + Echte Adressen erkennen + Welche Domains uns gehören — und was zu tun ist, wenn Sie Ihr Passwort woanders eingegeben haben. + + {{-- ════ The objection ══════════════════════════════════════════════════ --}}