From 7904ce47abf1a06c602b782db6ae492d76b575c7 Mon Sep 17 00:00:00 2001 From: Ben Webb <92895514+benwebb-au@users.noreply.github.com> Date: Wed, 16 Jul 2025 14:08:06 +0800 Subject: [PATCH] Add note about user requirements for visiting blocked push URL (#56614) Co-authored-by: Kevin Heis --- data/reusables/secret-scanning/push-protection-visit-URL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/reusables/secret-scanning/push-protection-visit-URL.md b/data/reusables/secret-scanning/push-protection-visit-URL.md index 20dca22a5450..a47234e42a33 100644 --- a/data/reusables/secret-scanning/push-protection-visit-URL.md +++ b/data/reusables/secret-scanning/push-protection-visit-URL.md @@ -1 +1 @@ -1. Visit the URL returned by {% data variables.product.prodname_dotcom %} when your push was blocked. +1. Visit the URL returned by {% data variables.product.prodname_dotcom %} when your push was blocked, **as the same user that performed the push**. If a different user attempts to visit this URL, they will receive a `404` error.