Changes between Initial Version and Version 1 of Ticket #28473, comment 4
- Timestamp:
- May 20, 2026, 8:00:43 AM (26 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28473, comment 4
initial v1 8 8 I had to modify `SECURE_REDIRECT_EXEMPT` to `[r"^some_script_name/exempt1$", r"^some_script_name/exempt2$"]` 9 9 10 Seems to me using `request.path_info` rather than `request.path` would do the trick.10 Seems to me that using `request.path_info` rather than `request.path` would do the trick. 11 11 But changing that would break existing sites using `SCRIPT_NAME` + `SECURE_REDIRECT_EXEMPT` 12 12