Changes between Initial Version and Version 1 of Ticket #33569, comment 8
- Timestamp:
- Mar 10, 2022, 11:05:00 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33569, comment 8
initial v1 4 4 * leftmost value determine the protocol if multiple, comma-separated values are present 5 5 * https://docs.djangoproject.com/en/4.0/ref/settings/#std:setting-SECURE_PROXY_SSL_HEADER needs to be updated to document the change 6 * https://docs.djangoproject.com/en/4.0/ref/request-response/#django.http.HttpRequest.is_secure may also need to be updated, although I'm not certain it is necessary? 6 * https://docs.djangoproject.com/en/4.0/ref/request-response/#django.http.HttpRequest.is_secure may also need to be updated, although I'm not certain it is necessary? Would appreciate some guidance here