Skip to content

Commit

Permalink
Drop deprecated XssProtect middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Gee19 committed Nov 21, 2022
1 parent ae16f98 commit 14b2245
Show file tree
Hide file tree
Showing 4 changed files with 621 additions and 795 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,6 @@ or minimum configuration.
<td>Disable framing of the website, mitigating Clickjacking attacks. <em>Recommended.</em>
<td>Optional.

<tr>
<td><a href="http://django-security.readthedocs.org/en/latest/#security.middleware.XssProtectMiddleware">XssProtectMiddleware</a>
<td><b>DEPRECATED: </b>Will be removed in future releases, consider <a href="https://docs.djangoproject.com/en/1.11/ref/middleware/#django.middleware.security.SecurityMiddleware">django.middleware.security.SecurityMiddleware</a> via <i>SECURE_BROWSER_XSS_FILTER</i> setting.<br/>Enforce browser's Cross Site Scripting protection. <em>Recommended.</em>
<td>None.

</table>

## Views
Expand Down
Loading

0 comments on commit 14b2245

Please sign in to comment.