- Replace all 3 occurrences of $_SERVER['REQUEST_URI'] with '/'
- Prevents potential open redirect via client-controlled REQUEST_URI
- Safe since contact form only exists on homepage
Fix#43
greggy
merged commit bd1407f8ab into main2026-05-22 08:32:24 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Ersetzt alle
$_SERVER["REQUEST_URI"]in Redirects durch festen Pfad/.Änderungen
$_SERVER["REQUEST_URI"]ersetzt durch festen/#form-resultAkzeptanzkriterien
$_SERVER["REQUEST_URI"]mehr in RedirectsReview
✅ APPROVED (Self-Review)
Komplexität: S
Resolves #43