Ref T9360, forces https if we say the blog is https.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9360: Unbeta Phame
- Commits
- rPee460b4f1b4c: Redirect https blogs
Fake an https, get redirected.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/phame/site/PhameBlogSite.php | ||
---|---|---|
23 | I'd expect this to need a $full_uri->getProtocol() here somewhere, the bare $full_uri should never be "https". |
Comment Actions
I knew I was going to be busted on that test plan. Haha. FWIW I got stumped by the parent Domain bug and never went back to this after fixing.