Changes between Initial Version and Version 1 of Ticket #24321
- Timestamp:
- Feb 11, 2015, 4:18:54 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24321 – Description
initial v1 19 19 Django's `same_origin` uses the standard urllib, which will return an empty port if none is explicitly specified. 20 20 21 My suggestion (see GitHub pull request ) is to extend `same_origin` to use a protocol-to-port-mapping if no port is explicitly declared.21 My suggestion (see GitHub pull request: https://github.com/django/django/pull/4108) is to extend `same_origin` to use a protocol-to-port-mapping if no port is explicitly declared.