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
F13042779: D8045.diff
Wed, Apr 17, 12:19 PM
F13041829: D8045.diff
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
Unknown Object (File)
Tue, Apr 2, 6:24 PM
Unknown Object (File)
Mar 12 2024, 12:43 AM
Unknown Object (File)
Mar 12 2024, 12:43 AM
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.