@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/oauthserver/PhabricatorOAuthServer.php
··· 191 191 } 192 192 193 193 /** 194 - * See http://tools.ietf.org/html/draft-ietf-oauth-v2-23#section-3.1.2 194 + * See https://datatracker.ietf.org/doc/rfc6749/ section 3.1.2 195 195 * for details on what makes a given redirect URI "valid". 196 196 */ 197 197 public function assertValidRedirectURI($raw_uri) {