Closed Andrew-Dickinson closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.18%. Comparing base (
28649c1
) to head (c08c817
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Improve our security by following the HTTP header recommendations from the following resources:
Setting
X-Forwarded-Proto
also fixes a bug which caused a mixed content error on the changes from #636, since it fixes the value Django uses forrequest.scheme
(currently set tohttp
in prod due to the reverse proxy)