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)
Jun 9 2026, 2:36 AM
Unknown Object (File)
Apr 16 2026, 1:02 AM
Unknown Object (File)
Mar 15 2026, 12:22 AM
Unknown Object (File)
Mar 9 2026, 12:40 PM
Unknown Object (File)
Feb 15 2026, 12:25 AM
Unknown Object (File)
Jan 13 2026, 11:01 PM
Unknown Object (File)
Nov 21 2025, 1:32 PM
Unknown Object (File)
Nov 12 2025, 5:51 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.