It is present on v 1.8 and before it:
https://docs.djangoproject.com/en/1.8/topics/security/#cross-site-
scripting-xss-protection
And missing from v 1.9 and current vNext
https://docs.djangoproject.com/en/1.9/topics/security/#cross-site-
scripting-xss-protection
https://docs.djangoproject.com/en/dev/topics/security/#cross-site-
scripting-xss-protection
(I came across it from somewhat misleading conversation on `bleach`
sanitizer: https://github.com/mozilla/bleach/issues/133)
--
Ticket URL: <https://code.djangoproject.com/ticket/26206>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => timgraham
* needs_docs: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/26206#comment:1>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"f2b45ddd99ff23c0bd103f1dda1e1cb0c8dc6d84" f2b45dd]:
{{{
#!CommitTicketReference repository=""
revision="f2b45ddd99ff23c0bd103f1dda1e1cb0c8dc6d84"
Fixed #26206 -- Fixed docs comments causing empty code blocks.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26206#comment:2>
Comment (by Tim Graham <timograham@…>):
In [changeset:"9f743e25bd0a18f9b425b42a946e97bf5fed0483" 9f743e2]:
{{{
#!CommitTicketReference repository=""
revision="9f743e25bd0a18f9b425b42a946e97bf5fed0483"
[1.9.x] Fixed #26206 -- Fixed docs comments causing empty code blocks.
Backport of f2b45ddd99ff23c0bd103f1dda1e1cb0c8dc6d84 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26206#comment:3>