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
- Branch
- phame-https (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 12951 Build 16532: Run Core Tests Build 16531: arc lint + arc unit
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.