Page MenuHomePhabricator

Straighten out absolute/relative URIs in login providers
ClosedPublic

Authored by epriestley on Jan 23 2014, 7:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 29, 1:33 PM
Unknown Object (File)
Wed, Apr 24, 9:46 PM
Unknown Object (File)
Sun, Apr 21, 3:36 PM
Unknown Object (File)
Wed, Apr 17, 12:19 PM
Unknown Object (File)
Wed, Apr 17, 12:26 AM
Unknown Object (File)
Tue, Apr 16, 12:14 AM
Unknown Object (File)
Thu, Apr 11, 7:00 AM
Unknown Object (File)
Thu, Apr 4, 2:28 PM
Subscribers

Details

Summary

Ref T4339. Login providers use absolute URIs, but the ones that rely on local form submits should not, because we want to include CSRF tokens where applicable.

Instead, make the default be relative URIs and turn them into absolute ones for the callback proivders.

Test Plan

Clicked, like, every login button.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley updated this revision to Unknown Object (????).Jan 23 2014, 7:23 PM
  • Fix a couple more cases.