From 220db85e7670f36d3b335efe50a20ce47cfcbee4 Mon Sep 17 00:00:00 2001 From: HDVinnie Date: Thu, 23 Sep 2021 22:09:55 -0400 Subject: [PATCH] security: cross-site request forgery - huntr bounty --- resources/views/partials/dashboardmenu.blade.php | 12 ++++++++---- routes/web.php | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/resources/views/partials/dashboardmenu.blade.php b/resources/views/partials/dashboardmenu.blade.php index 969f60ef7a..86e276e32b 100644 --- a/resources/views/partials/dashboardmenu.blade.php +++ b/resources/views/partials/dashboardmenu.blade.php @@ -51,7 +51,7 @@
@csrf -
@@ -132,9 +132,13 @@
  • - - @lang('staff.flush-ghost-peers') - +
    + @csrf + + +