Skip to content

Commit

Permalink
Merge pull request mozilla#183 from chestnutcone/main
Browse files Browse the repository at this point in the history
updating csp_replace decorator doc
  • Loading branch information
stevejalim authored Nov 29, 2023
2 parents f9fae32 + 9969f39 commit a9f6bf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/decorators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ or tuples.
The ``@csp_replace`` decorator allows you to **replace** a source list
specified in settings. If there is no setting, the value passed to the
decorator will be used verbatim. (See the note under ``@csp_update``.)
If the specified value is None, the corresponding key will not be included.

The arguments and values are the same as ``@csp_update``::

Expand Down

0 comments on commit a9f6bf6

Please sign in to comment.