Skip to content

Commit

Permalink
Merge pull request mozilla#193 from mlazar-endear/patch-1
Browse files Browse the repository at this point in the history
Remove outdated docs reference to MIDDLEWARE_CLASSES
  • Loading branch information
stevejalim authored Nov 29, 2023
2 parents 17d9415 + a566eaf commit f9fae32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nonce.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installing the middleware creates a lazily evaluated property ``csp_nonce`` and

.. code-block:: python
MIDDLEWARE_CLASSES = (
MIDDLEWARE = (
#...
'csp.middleware.CSPMiddleware',
#...
Expand Down

0 comments on commit f9fae32

Please sign in to comment.