Page MenuHomePhabricator

Allow only CDN routes when using security.alternate-file-domain
ClosedPublic

Authored by bttelle on Jul 25 2014, 1:48 AM.
Tags
None
Referenced Files
F19802078: D10048.diff
Sun, Mar 1, 1:04 PM
F19508541: D10048.diff
Jan 10 2026, 6:29 AM
F19507481: D10048.diff
Jan 9 2026, 9:08 PM
F19504740: D10048.diff
Jan 9 2026, 6:29 AM
F19034785: D10048.id24160.diff
Nov 25 2025, 3:02 PM
F19034782: D10048.id24161.diff
Nov 25 2025, 3:02 PM
F19034781: D10048.diff
Nov 25 2025, 3:02 PM
F18871293: D10048.id.diff
Nov 4 2025, 10:01 PM
Subscribers

Details

Summary

Instead of allowing all routes based on security.alternate-file-domain, now, when security.alternate-file-domain is set, and the request matches this domain, requests are validated against an explicit list. Allowed routes:

  • /res/
  • /file/data/
  • /file/xform/
  • /phame/r/

This will be redone by T5702 to be less of a hack.

Test Plan
  • browse around (incl. Phame live) to make sure there is no regression from this when security.alternate-file-domain is not used.
  • check that celerity resources and files (incl. previews) are served with security.alternate-file-domain set.
  • check that phame live blog is serving its css correctly with security.alternate-file-domain set.
  • check that requests outside of the whitelist generate an exception for security.alternate-file-domain

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

bttelle retitled this revision from to Allow only CDN routes when using security.alternate-file-domain.
bttelle updated this object.
bttelle edited the test plan for this revision. (Show Details)
bttelle added a reviewer: epriestley.
bttelle edited edge metadata.

I tested this diff against my own phabricator install with and without secure.alternate-file-domain set.

Normalized indent to two spaces per level.

epriestley edited edge metadata.

This looks correct to me. Thanks!

This revision is now accepted and ready to land.Jul 25 2014, 1:39 PM
epriestley updated this revision to Diff 24172.

Closed by commit rPc006cca9b1e9 (authored by Joseph Battelle <git@bttelle.com>, committed by @epriestley).