Closes #6342. Update documentation on METAREFRESH_IGNORE_TAGS default value change

This commit is contained in:
aisha-partha 2024-05-08 23:23:17 +05:30
parent 180bc9bad7
commit 3590a1f66b
1 changed files with 4 additions and 0 deletions

View File

@ -881,6 +881,10 @@ Default: ``['noscript']``
Meta tags within these tags are ignored.
.. versionchanged:: 2.0
The default value of :setting:`METAREFRESH_IGNORE_TAGS` changed from
``['script', 'noscript']`` to ``[]``.
.. versionchanges:: VERSION
The default value of :setting:`METAREFRESH_IGNORE_TAGS` changed from
``[]`` to ``['noscript']``.