Page MenuHomePhabricator

Fix Content-Security-Policy headers on "Email Login" page
ClosedPublic

Authored by epriestley on Feb 13 2019, 11:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 4:21 PM
Unknown Object (File)
Wed, Apr 17, 4:20 AM
Unknown Object (File)
Mon, Apr 8, 1:04 AM
Unknown Object (File)
Wed, Apr 3, 9:40 PM
Unknown Object (File)
Sun, Mar 31, 7:58 AM
Unknown Object (File)
Wed, Mar 27, 8:38 PM
Unknown Object (File)
Jan 28 2024, 12:43 AM
Unknown Object (File)
Jan 23 2024, 10:34 AM
Subscribers
None

Details

Summary

In D20100, I changed this page from returning a newPage() with a dialog as its content to returning a more modern newDialog().

However, the magic to add stuff to the CSP header is actually only on the newPage() pathway today, so this accidentally dropped the extra "Content-Security-Policy" rule for Google.

Lift the magic up one level so both Dialog and Page responses hit it.

Test Plan
  • Configured Recaptcha.
  • Between D20100 and this patch: got a CSP error on the Email Login page.
  • After this patch: clicked all the pictures of cars / store fronts.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

In D20100, I changed this page...

Oh, this is missing some context -- that is, the "forgot password?" / "email login" page. See https://discourse.phabricator-community.org/t/phabricator-recaptcha-at-forgot-password-page/2395/ for context.

This revision is now accepted and ready to land.Feb 14 2019, 8:22 PM
This revision was automatically updated to reflect the committed changes.