You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The content inside html conditional comments is not excluded even though it is referenced in DJANGO_CHECK_SEO_EXCLUDE_CONTENT setting.
Describe the bug
The content inside html conditional comments is not excluded even though it is referenced in
DJANGO_CHECK_SEO_EXCLUDE_CONTENT
setting.To Reproduce
Steps to reproduce the behavior:
Considering the following template:
DJANGO_CHECK_SEO_EXCLUDE_CONTENT = ".catch-me-if-you-can"
in your settings.catch-me-if-you-can
HTML tag is not excludedExpected behavior
.catch-me-if-you-can
HTML tag is excluded.The text was updated successfully, but these errors were encountered: