We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to check all the places where a merchant can type into a text field and ensure it's properly escaped.
If they toss </div> into one of these, it can break the UI:
</div>
The text was updated successfully, but these errors were encountered:
I'm not sure if this should be a separate issue, but this needs to include filters. For example: https://github.com/Shopify/dawn/blob/main/sections/main-collection-product-grid.liquid#L56
With a variant filter value of 6", you see:
Sorry, something went wrong.
No branches or pull requests
Purpose
We need to check all the places where a merchant can type into a text field and ensure it's properly escaped.
If they toss
</div>
into one of these, it can break the UI:The text was updated successfully, but these errors were encountered: