It looks like there is a typo at
"Security"[https://github.com/django/django/blob/3b347a8a00273e9cc2fd9d4a5c61569c08398769/docs/releases/3.0.txt#L330]
section of django 3.0 releases notes. Looks like there should be
`X_FRAME_OPTIONS` instead of `X_FRAME_ORIGINS`
--
Ticket URL: <https://code.djangoproject.com/ticket/31059>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
Thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/31059#comment:1>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca" 95ae1a9]:
{{{
#!CommitTicketReference repository=""
revision="95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca"
Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31059#comment:2>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"cc64b1d8f375d47a31d20fc9b6b99a010a1cf4d6" cc64b1d8]:
{{{
#!CommitTicketReference repository=""
revision="cc64b1d8f375d47a31d20fc9b6b99a010a1cf4d6"
[3.0.x] Fixed #31059 -- Fixed typo in docs/releases/3.0.txt.
Backport of 95ae1a9f8caf9c63c14c1a7c3e15594d3181b3ca from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/31059#comment:3>