This ensure that Aphlict is always served on the primary / production domain, because the alternate file domain is intended to prevent Flash execution.
Details
Details
- Reviewers
joshuaspence epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T5345: Aphlict Client does not work when the SWF is served from an alternative domain
- Commits
- Restricted Diffusion Commit
rP3dc7876117f3: Ensure Aphlict is served on the primary domain
Confirmed this fixes the issue by visiting https://code.redpointsoftware.com.au/ and seeing notification messages.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Skipped - Unit
Tests Passed - Build Status
Buildable 1048 Build 1048: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
Comment Actions
I upgrade Arcanist to fix the lint issue, but then it complained about not having jshint installed anyway (and installing it from NPM complains about a dependency error).
Comment Actions
Let's just add a flag to $response->getURI() that makes it choose getURI() instead of getCDNURI() at the end?