mirror of https://github.com/scrapy/scrapy.git
Closes #6342. Update documentation on METAREFRESH_IGNORE_TAGS default value change
This commit is contained in:
parent
180bc9bad7
commit
3590a1f66b
|
|
@ -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']``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue