Select the types of activity you want to include in your feed.
@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
···630630 // be enabled in production.
631631 'phabricator.developer-mode' => false,
632632633633- // When users write comments which have URIs, they'll be automatically linked
634634- // if the protocol appears in this set. This whitelist is primarily to prevent
635635- // security issues like javascript:// URIs.
636636- 'uri.allowed-protocols' => array(
637637- 'http' => true,
638638- 'https' => true,
639639- ),
640640-641633 // Should Phabricator show beta applications on the homepage
642634 'phabricator.show-beta-applications' => false,
643635