mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Added backticks to code literals in various docs.
This commit is contained in:
@@ -20,7 +20,7 @@ as was reported to us recently. The Host header parsing in Django 1.3.3 and
|
||||
Django 1.4.1 -- specifically, ``django.http.HttpRequest.get_host()`` -- was
|
||||
incorrectly handling username/password information in the header. Thus, for
|
||||
example, the following Host header would be accepted by Django when running on
|
||||
"validsite.com"::
|
||||
``validsite.com``::
|
||||
|
||||
Host: validsite.com:random@evilsite.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user