From 8ffab64cbd2dca170cdaae61f60bc6b3164b929c Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Tue, 11 Nov 2025 18:56:19 +0000 Subject: [PATCH 1/2] Fixes #481. Added nonce for the detail page for the download link. Added nonce for the download link on the view log page. --- .../src/Admin/View/Templates/WPGraphQLLoggerView.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php b/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php index da22b995..2cf1dc33 100644 --- a/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php +++ b/plugins/wpgraphql-logging/src/Admin/View/Templates/WPGraphQLLoggerView.php @@ -2,6 +2,8 @@ declare(strict_types=1); +use WPGraphQL\Logging\Admin\ViewLogsPage; + /** * Log detail view template. * @@ -17,13 +19,15 @@