@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.

Correct typo: security.alter[n]ate-file-domain

Summary: Minor correction to correct spelling of alternate (the 'n' was missing).

Test Plan: reviewer to verify correct spelling

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D10175

+1 -1
+1 -1
src/applications/phragment/controller/PhragmentController.php
··· 210 210 ->appendChild(phutil_tag('p', array(), pht( 211 211 'Because Phragment generates files (such as ZIP archives and '. 212 212 'patches) as they are requested, it requires that you configure '. 213 - 'the `security.alterate-file-domain` option. This option on it\'s '. 213 + 'the `security.alternate-file-domain` option. This option on it\'s '. 214 214 'own will also provide additional security when serving files '. 215 215 'across Phabricator.'))); 216 216 }