From a796c0155ff311b5c1f351b5ce3214df730872db Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Thu, 16 Oct 2025 22:26:28 +0000 Subject: [PATCH] OAuth: Link to final RfC / spec instead of draft Summary: We're past 2012. Test Plan: Click click! Reviewers: O1 Blessed Committers, avivey Reviewed By: O1 Blessed Committers, avivey Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D26431 --- src/applications/oauthserver/PhabricatorOAuthServer.php | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/src/applications/oauthserver/PhabricatorOAuthServer.php b/src/applications/oauthserver/PhabricatorOAuthServer.php --- a/src/applications/oauthserver/PhabricatorOAuthServer.php +++ b/src/applications/oauthserver/PhabricatorOAuthServer.php @@ -191,7 +191,7 @@ } /** - * See http://tools.ietf.org/html/draft-ietf-oauth-v2-23#section-3.1.2 + * See https://datatracker.ietf.org/doc/rfc6749/ section 3.1.2 * for details on what makes a given redirect URI "valid". */ public function assertValidRedirectURI($raw_uri) { -- tangled.sh