Page MenuHomePhabricator

Fix Facebook login on mobile violating CSP after form redirect
ClosedPublic

Authored by epriestley on Feb 23 2019, 12:58 AM.
Tags
None
Referenced Files
F13245766: D20206.diff
Thu, May 23, 6:13 AM
F13230241: D20206.id48244.diff
Mon, May 20, 10:14 PM
F13199888: D20206.diff
Mon, May 13, 7:49 PM
Unknown Object (File)
Tue, May 7, 9:43 AM
Unknown Object (File)
May 4 2024, 1:25 AM
Unknown Object (File)
May 3 2024, 9:30 AM
Unknown Object (File)
May 2 2024, 3:31 PM
Unknown Object (File)
Apr 28 2024, 2:54 AM
Subscribers
None

Details

Summary

Fixes T13254. See that task for details.

Test Plan

Used iOS Simulator to do a login locally, didn't get blocked. Verified CSP includes "m.facebook.com".

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

src/applications/auth/provider/PhabricatorFacebookAuthProvider.php
117–127

Is this just incidentally dead code you're removing?

amckinley added inline comments.
src/applications/auth/provider/PhabricatorFacebookAuthProvider.php
117–127

Yeah it looks dead to me and grep.

This revision is now accepted and ready to land.Feb 23 2019, 2:15 AM

Yeah, sorry, no callsites per grep. And probably won't work without changes in a T6703 world anyway, since there might plausibly be multiple Facebook auth providers.

This revision was automatically updated to reflect the committed changes.